Uses of Class
com.aspectran.core.activity.ActivityException
-
Packages that use ActivityException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.aspect com.aspectran.core.activity.process com.aspectran.core.activity.process.action com.aspectran.core.activity.request com.aspectran.core.activity.response com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform com.aspectran.web.activity.request -
-
Uses of ActivityException in com.aspectran.core.activity
Subclasses of ActivityException in com.aspectran.core.activity Modifier and Type Class Description classActivityPerformExceptionChecked exception thrown when an error occurs while performing an activity.classActivityPrepareExceptionChecked exception thrown when an error occurs while preparing an activity.classActivityTerminatedExceptionChecked exception thrown when activity is terminated while preparing or performing.classAdapterExceptionChecked exception thrown when an error occurs while attaching each adapter required for the activity.classTransletNotFoundExceptionChecked exception thrown when an attempt is made to access a translet that does not exist. -
Uses of ActivityException in com.aspectran.core.activity.aspect
Subclasses of ActivityException in com.aspectran.core.activity.aspect Modifier and Type Class Description classAdviceConstraintViolationExceptionChecked exception thrown when Advice Constraint Violation occurs.classAspectAdviceExceptionChecked exception thrown if an error occurs while executing the advice. -
Uses of ActivityException in com.aspectran.core.activity.process
Subclasses of ActivityException in com.aspectran.core.activity.process Modifier and Type Class Description classProcessExceptionThis exception will be thrown if the translet processing fails. -
Uses of ActivityException in com.aspectran.core.activity.process.action
Subclasses of ActivityException in com.aspectran.core.activity.process.action Modifier and Type Class Description classActionExecutionExceptionThrown when an error occurs while executing an action.classMethodArgumentTypeMismatchExceptionThis exception will be thrown when failing to bind the request parameter to the action method parameter.classParameterBindingExceptionThis exception will be thrown when failing to bind the request parameter to the action method parameter. -
Uses of ActivityException in com.aspectran.core.activity.request
Subclasses of ActivityException in com.aspectran.core.activity.request Modifier and Type Class Description classMissingMandatoryAttributesExceptionA checked exception thrown to indicate that the required attributes are missing from the request.classMissingMandatoryParametersExceptionA checked exception thrown to indicate that the required parameters are missing from the request.classRequestExceptionChecked exception thrown if an error occurs while translet is parsing the request.classRequestMethodNotAllowedExceptionException thrown when a request handler does not allow a specific request method.classRequestParseExceptionException thrown when request could not be parsed.classSizeLimitExceededExceptionThrown to indicate that the request size exceeds the configured maximum. -
Uses of ActivityException in com.aspectran.core.activity.response
Subclasses of ActivityException in com.aspectran.core.activity.response Modifier and Type Class Description classResponseExceptionThe Class ResponseException. -
Uses of ActivityException in com.aspectran.core.activity.response.dispatch
Subclasses of ActivityException in com.aspectran.core.activity.response.dispatch Modifier and Type Class Description classDispatchResponseExceptionThe Class DispatchResponseException.classViewDispatcherExceptionBase class for exceptions thrown during view dispatching. -
Uses of ActivityException in com.aspectran.core.activity.response.transform
Subclasses of ActivityException in com.aspectran.core.activity.response.transform Modifier and Type Class Description classCustomTransformResponseExceptionThe Class CustomTransformResponseException.classTransformResponseExceptionThrown if an error occurs while transforming the data needed for a response. -
Uses of ActivityException in com.aspectran.web.activity.request
Subclasses of ActivityException in com.aspectran.web.activity.request Modifier and Type Class Description classMultipartRequestParseExceptionException thrown when multipart request parse fails.
-