public class GraphActionException extends IllegalActionException
| Red (ssb) |
| Red (myko) |
| Constructor and Description |
|---|
GraphActionException(java.lang.String message)
Constructor with an argument of text description.
|
GraphActionException(java.lang.Throwable cause,
java.lang.String message)
Constructor with an argument of text description.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToStringpublic GraphActionException(java.lang.String message)
message - Detailed description of the error.public GraphActionException(java.lang.Throwable cause,
java.lang.String message)
message - Detailed description of the error.cause - The cause of this exception, or null if the cause
is not known or nonexistent.