public class TransletNotFoundException extends TransletException
Created: 2008. 01. 07 AM 3:35:55
Constructor and Description |
---|
TransletNotFoundException(String transletName)
Constructor to create exception with a message.
|
TransletNotFoundException(String transletName,
Throwable cause)
Constructor to create exception to wrap another exception and pass a
message.
|
TransletNotFoundException(Throwable cause)
Constructor to create exception to wrap another exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getTransletName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransletNotFoundException(String transletName)
transletName
- the translet namepublic TransletNotFoundException(Throwable cause)
cause
- the real cause of the exceptionpublic String getTransletName()
Copyright © 2008–2017 Aspectran.com. All rights reserved.