26 lines
540 B
Java
26 lines
540 B
Java
package GraphicsApp.RectanglePackage;
|
|
|
|
|
|
/**
|
|
* GraphicsApp/RectanglePackage/IndexOutOfBounds.java .
|
|
* Generated by the IDL-to-Java compiler (portable), version "3.2"
|
|
* from Graphics.idl
|
|
* Tuesday, November 11, 2025 6:46:29 PM CET
|
|
*/
|
|
|
|
public final class IndexOutOfBounds extends org.omg.CORBA.UserException
|
|
{
|
|
|
|
public IndexOutOfBounds ()
|
|
{
|
|
super(IndexOutOfBoundsHelper.id());
|
|
} // ctor
|
|
|
|
|
|
public IndexOutOfBounds (String $reason)
|
|
{
|
|
super(IndexOutOfBoundsHelper.id() + " " + $reason);
|
|
} // ctor
|
|
|
|
} // class IndexOutOfBounds
|