public class GraphTransformationException extends KernelException
Constructor and Description |
---|
GraphTransformationException()
Construct an exception with a no specific detail message.
|
GraphTransformationException(java.lang.String message)
Construct an exception with a detail message.
|
GraphTransformationException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with a detail message and a cause.
|
GraphTransformationException(java.lang.Throwable cause)
Construct an exception with a cause.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString
public GraphTransformationException()
public GraphTransformationException(java.lang.String message)
message
- The message.public GraphTransformationException(java.lang.String message, java.lang.Throwable cause)
cause
- The cause of this exception.message
- The message.public GraphTransformationException(java.lang.Throwable cause)
cause
- The cause of this exception.