java.io.SerializableAponSyntaxExceptionpublic class AponParseException extends AponException
| Constructor | Description |
|---|---|
AponParseException() |
Simple constructor.
|
AponParseException(java.lang.String msg) |
Constructor to create exception with a message.
|
AponParseException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
AponParseException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public AponParseException()
public AponParseException(java.lang.String msg)
msg - a message to associate with the exceptionpublic AponParseException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic AponParseException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.