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:
java.io.Serializable
public class TransletNotFoundException extends ActivityException
This exception will be thrown when a translet not found.Created: 2008. 01. 07 AM 3:35:55
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransletNotFoundException(java.lang.String transletName)Constructor to create exception with a message.TransletNotFoundException(java.lang.String transletName, MethodType requestMethod)Constructor to create exception with a message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodTypegetRequestMethod()MethodTypegetRequestMethod(MethodType defaultRequestMethod)java.lang.StringgetTransletName()
-
-
-
Constructor Detail
-
TransletNotFoundException
public TransletNotFoundException(java.lang.String transletName)
Constructor to create exception with a message.- Parameters:
transletName- the translet name
-
TransletNotFoundException
public TransletNotFoundException(java.lang.String transletName, MethodType requestMethod)Constructor to create exception with a message.- Parameters:
transletName- the translet namerequestMethod- the request method
-
-
Method Detail
-
getTransletName
public java.lang.String getTransletName()
-
getRequestMethod
public MethodType getRequestMethod()
-
getRequestMethod
public MethodType getRequestMethod(MethodType defaultRequestMethod)
-
-