Package com.aspectran.core.activity
Class TransletNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.activity.ActivityException
com.aspectran.core.activity.TransletNotFoundException
- All Implemented Interfaces:
Serializable
Checked exception thrown when an attempt is made to access a translet
that does not exist.
Created: 2008. 01. 07 AM 3:35:55
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransletNotFoundException
(String requestName) Constructor to create exception with a message.TransletNotFoundException
(String requestName, MethodType requestMethod) Constructor to create exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransletNotFoundException
Constructor to create exception with a message.- Parameters:
requestName
- the request name
-
TransletNotFoundException
Constructor to create exception with a message.- Parameters:
requestName
- the request namerequestMethod
- the request method
-
-
Method Details
-
getTransletName
-
getRequestMethod
-
getRequestMethod
-