java.io.SerializableTransletInstantiationException, TransletNotFoundException, TransletRuleExceptionpublic class TransletException extends AspectranRuntimeException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
TransletException() |
Creates a new TransletException without detail message.
|
TransletException(java.lang.String msg) |
Constructs a TransletException with the specified detail message.
|
TransletException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
TransletException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public TransletException()
public TransletException(java.lang.String msg)
msg - a message to associate with the exceptionpublic TransletException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic TransletException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.