public class GraphInvalidStateException extends InvalidStateException
| Red (ssb) |
| Red (myko) |
| Constructor and Description |
|---|
GraphInvalidStateException(java.lang.String message)
Construct an exception with a detail message.
|
GraphInvalidStateException(java.lang.Throwable cause,
java.lang.String detail)
Construct an exception with a detail message that includes the
name of the first argument, the cause and the third argument string.
|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTracepublic GraphInvalidStateException(java.lang.String message)
message - Detailed description of the error.public GraphInvalidStateException(java.lang.Throwable cause,
java.lang.String detail)
cause - The cause of this exception.detail - The message.