|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.psnc.vlab.exception.AbstractException
pl.psnc.graph.exception.GraphException
public class GraphException
GraphException
class - represents the exceptions which are thrown by
the JGraph component.
Constructor Summary | |
---|---|
GraphException(java.lang.Integer errorCode)
Creates a new instance of GraphException with error code
specified. |
|
GraphException(java.lang.Integer errorCode,
java.lang.Exception error)
Creates a new instance of GraphException with error code and
source exception specified. |
|
GraphException(java.lang.Integer errorCode,
java.lang.String messageKey)
Creates a new instance of GraphException with error code and
message key / message specified. |
|
GraphException(java.lang.String messageKey,
java.lang.Exception error)
Creates a new instance of GraphException with error code and
message key / message specified. |
Method Summary | |
---|---|
java.lang.String |
getBundle()
|
Methods inherited from class pl.psnc.vlab.exception.AbstractException |
---|
getErrorCode, getLocalizedMessage, getMsgArguments, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphException(java.lang.Integer errorCode)
GraphException
with error code
specified.
errorCode
- exception error codepublic GraphException(java.lang.Integer errorCode, java.lang.Exception error)
GraphException
with error code and
source exception specified.
errorCode
- exception error codeerror
- instance of source exceptionpublic GraphException(java.lang.Integer errorCode, java.lang.String messageKey)
GraphException
with error code and
message key / message specified.
errorCode
- exception error codemessageKey
- message key to be taken from specified BUNDLEpublic GraphException(java.lang.String messageKey, java.lang.Exception error)
GraphException
with error code and
message key / message specified.
messageKey
- message key to be taken from specified BUNDLEerror
- instance of source exceptionMethod Detail |
---|
public java.lang.String getBundle()
getBundle
in class pl.psnc.vlab.exception.AbstractException
|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |