public class SyntaxGraphException extends MaltChainedException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SyntaxGraphException(java.lang.String message)
Creates a GraphException object with a message
|
SyntaxGraphException(java.lang.String message,
java.lang.Throwable cause)
Creates a GraphException object with a message and a cause to the exception.
|
getCause, getMessageChain, printStackTracepublic static final long serialVersionUID
public SyntaxGraphException(java.lang.String message)
message - the messagepublic SyntaxGraphException(java.lang.String message, java.lang.Throwable cause)
message - the messagecause - the cause to the exceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.