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