public final class SyntaxException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static String |
DEFAULT_MSG
Default exception message.
|
| Constructor and Description |
|---|
SyntaxException()
Default constructor.
|
SyntaxException(String message)
Exception with custom error message.
|
SyntaxException(String message,
Throwable cause)
Dedicated constructor.
|
SyntaxException(Throwable cause)
Exception with default message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final String DEFAULT_MSG
public SyntaxException()
public SyntaxException(String message)
message - exception messagepublic SyntaxException(Throwable cause)
cause - previously thrown exceptionCopyright © 2014 Sven Strittmatter. All Rights Reserved.