java.io.SerializableInvalidParameterException, MissingClosingBracketExceptionpublic class AponSyntaxException extends AponParseException
| Constructor | Description |
|---|---|
AponSyntaxException() |
Simple constructor.
|
AponSyntaxException(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg) |
Constructor to create exception with a message.
|
AponSyntaxException(java.lang.String msg) |
Constructor to create exception with a message.
|
AponSyntaxException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
AponSyntaxException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected static java.lang.String |
createMessage(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg) |
Create a detail message.
|
public AponSyntaxException()
public AponSyntaxException(java.lang.String msg)
msg - a message to associate with the exceptionpublic AponSyntaxException(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg)
lineNumber - the line numberline - the character linetline - the trimmed character linemsg - a message to associate with the exceptionpublic AponSyntaxException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic AponSyntaxException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionprotected static java.lang.String createMessage(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg)
lineNumber - the line numberline - the character linetline - the trimmed character linemsg - the messageCopyright © 2008–2018 The Aspectran Project. All rights reserved.