|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--gishur.gui2.ShapeException
Exception thrown by dynamic data structures while linking.
Field Summary | |
int |
errorcode
Errorcode. |
static int |
ILLEGAL_LOCAL_PARAMETER
Illegal local parameter format. |
static int |
ILLEGAL_SHAPE_NAME
Illegal shape name. |
static int |
METHOD_NOT_SUPPORTED
Method not supported. |
Shape |
shape
Shape |
static int |
UNKNOWN_ERROR
Unknown error. |
Constructor Summary | |
ShapeException(int errorcode)
Constructor. |
|
ShapeException(int errorcode,
Shape arg)
Constructor. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int UNKNOWN_ERROR
public static final int METHOD_NOT_SUPPORTED
public static final int ILLEGAL_LOCAL_PARAMETER
public static final int ILLEGAL_SHAPE_NAME
public int errorcode
public Shape shape
Constructor Detail |
public ShapeException(int errorcode, Shape arg)
errorcode
- error codearg
- argument of the errorpublic ShapeException(int errorcode)
i
- object, where the link error occurederrorcode
- error code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |