|
|||||||||
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.DrawException
Exception thrown by dynamic data structures while linking.
Field Summary | |
java.lang.Object |
arg
Argument |
int |
errorcode
Errorcode. |
static int |
INTERNAL_ERROR
Internal error. |
static int |
INVALID_DRAWMANAGER
Invalid DrawManager set. |
static int |
INVALID_METHODCALL
Invalid method call. |
static int |
INVALID_RENDERCALL
Invalid call of a rendering method |
static int |
LINK_ERROR
Error linking DrawAtoms. |
static int |
NOT_CONNECTED
Object is not connected. |
static int |
PROPERTY_NOT_SET
A required property was not set. |
static int |
UNKNOWN_ERROR
Unknown error. |
Constructor Summary | |
DrawException(int errorcode)
Constructor. |
|
DrawException(int errorcode,
java.lang.Object 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 INTERNAL_ERROR
public static final int NOT_CONNECTED
public static final int PROPERTY_NOT_SET
public static final int INVALID_METHODCALL
public static final int INVALID_RENDERCALL
public static final int LINK_ERROR
public static final int INVALID_DRAWMANAGER
public int errorcode
public java.lang.Object arg
Constructor Detail |
public DrawException(int errorcode, java.lang.Object arg)
errorcode
- error codearg
- argument of the errorpublic DrawException(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 |