java.io.Serializablepublic class TransletNotFoundException extends TransletException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
TransletNotFoundException(java.lang.String transletName) |
Constructor to create exception with a message.
|
TransletNotFoundException(java.lang.String transletName,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a
message.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getTransletName() |
public TransletNotFoundException(java.lang.String transletName)
transletName - the translet namepublic TransletNotFoundException(java.lang.String transletName,
java.lang.Throwable cause)
transletName - the translet namecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.