|
|||||||||
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.core.LinkException
Exception thrown by dynamic data structures while linking.
Field Summary | |
static int |
CONNECT
Error connecting two objects. |
int |
errorcode
Errorcode. |
java.lang.Object |
i
Objects, where the link error occured |
java.lang.Object |
j
Objects, where the link error occured |
static int |
NOT_ALLOWED
Access Error. |
static int |
REMOVE
Error removing objects. |
static int |
SET_OWNER
Error changing the owner of an object. |
static int |
UNKNOWN_ERROR
Unknown error. |
Constructor Summary | |
LinkException(int errorcode)
Constructor. |
|
LinkException(int errorcode,
java.lang.Object i)
Constructor. |
|
LinkException(int errorcode,
java.lang.Object i,
java.lang.Object j)
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 CONNECT
public static final int SET_OWNER
public static final int REMOVE
public static final int NOT_ALLOWED
public java.lang.Object i
public java.lang.Object j
public int errorcode
Constructor Detail |
public LinkException(int errorcode, java.lang.Object i, java.lang.Object j)
errorcode
- error codei
- object, where the link error occuredj
- object, where the link error occuredpublic LinkException(int errorcode, java.lang.Object i)
errorcode
- error codei
- object, where the link error occuredpublic LinkException(int errorcode)
errorcode
- error code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |