Uses of Class
com.aspectran.core.context.AspectranRuntimeException
-
-
Uses of AspectranRuntimeException in com.aspectran.core.activity
Subclasses of AspectranRuntimeException in com.aspectran.core.activity Modifier and Type Class Description classActivityExceptionThis exception will be thrown when activity is failed.classActivityTerminatedExceptionRaised if an activity is terminated during processing. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.aspect
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.aspect Modifier and Type Class Description classAdviceConstraintViolationExceptionException thrown when an Advice Constraint Violation occurs.classAspectAdviceExceptionThe Class AspectAdviceException. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.process
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.process Modifier and Type Class Description classProcessExceptionThis exception will be thrown if the translet processing fails. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.process.action
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.process.action Modifier and Type Class Description classActionExecutionExceptionThis exception will be thrown when a action execution is failed. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.request
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.request Modifier and Type Class Description classMissingMandatoryParametersExceptionAn exception indicating that a mandatory parameter was missing from the request.classRequestExceptionThis exception will be thrown when a translet request is failed.classRequestMethodNotAllowedExceptionException thrown when a request handler does not allow a specific request method. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.response
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.response Modifier and Type Class Description classResponseExceptionThe Class ResponseException. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.response.dispatch
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.response.dispatch Modifier and Type Class Description classDispatchResponseExceptionThe Class DispatchResponseException. -
Uses of AspectranRuntimeException in com.aspectran.core.activity.response.transform
Subclasses of AspectranRuntimeException in com.aspectran.core.activity.response.transform Modifier and Type Class Description classTransformResponseExceptionThe Class TransformResponseException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.aspect
Subclasses of AspectranRuntimeException in com.aspectran.core.component.aspect Modifier and Type Class Description classAspectExceptionThis class is the basic exception that gets thrown from the aspect package.classInvalidPointcutPatternExceptionThe Class InvalidPointcutPatternException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.bean
Subclasses of AspectranRuntimeException in com.aspectran.core.component.bean Modifier and Type Class Description classBeanCreationExceptionThe Class BeanCreationException.classBeanDestroyFailedExceptionThe Class BeanDestroyFailedException.classBeanExceptionThis class is the basic exception that gets thrown from the bean package.classBeanInstantiationExceptionException thrown when instantiation of a bean failed.classBeanNotFoundExceptionThe Class BeanNotFoundException.classBeanNotOfRequiredTypeExceptionThrown when a bean doesn't match the expected typeclassBeanRuleExceptionThe Class BeanRuleException.classFactoryBeanNotInitializedExceptionException to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, for example because it is involved in a circular reference.classNoUniqueBeanExceptionThe Class NoUniqueBeanException.classRequiredTypeBeanNotFoundExceptionThe Class RequiredTypeBeanNotFoundException.classUnsupportedBeanScopeExceptionThe Class UnsupportedBeanScopeException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.bean.proxy
Subclasses of AspectranRuntimeException in com.aspectran.core.component.bean.proxy Modifier and Type Class Description classProxyBeanInstantiationExceptionException thrown when instantiation of a proxy bean failed. -
Uses of AspectranRuntimeException in com.aspectran.core.component.bean.scan
Subclasses of AspectranRuntimeException in com.aspectran.core.component.bean.scan Modifier and Type Class Description classBeanClassScanFailedExceptionThe Class BeanClassScanFailedException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.template
Subclasses of AspectranRuntimeException in com.aspectran.core.component.template Modifier and Type Class Description classTemplateExceptionThis class is the basic exception that gets thrown from the template package.classTemplateNotFoundExceptionThe Class TemplateNotFoundException.classTemplateProcessorExceptionThis class is the basic exception that gets thrown from the template package.classTemplateRuleExceptionThe Class TemplateRuleException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.translet
Subclasses of AspectranRuntimeException in com.aspectran.core.component.translet Modifier and Type Class Description classTransletExceptionThe Class TransletException.classTransletNotFoundExceptionThis exception will be thrown when a translet not found.classTransletRuleExceptionThe Class TransletRuleException. -
Uses of AspectranRuntimeException in com.aspectran.core.component.translet.scan
Subclasses of AspectranRuntimeException in com.aspectran.core.component.translet.scan Modifier and Type Class Description classTransletScanFailedExceptionThe Class TransletScanFailedException. -
Uses of AspectranRuntimeException in com.aspectran.core.context.expr
Subclasses of AspectranRuntimeException in com.aspectran.core.context.expr Modifier and Type Class Description classTokenEvaluationExceptionThe Class TokenEvaluationException. -
Uses of AspectranRuntimeException in com.aspectran.core.context.expr.token
Subclasses of AspectranRuntimeException in com.aspectran.core.context.expr.token Modifier and Type Class Description classInvalidTokenExceptionThe Class InvalidTokenException. -
Uses of AspectranRuntimeException in com.aspectran.core.service
Subclasses of AspectranRuntimeException in com.aspectran.core.service Modifier and Type Class Description classAspectranServiceExceptionThe Class AspectranServiceException. -
Uses of AspectranRuntimeException in com.aspectran.core.support.i18n.message
Subclasses of AspectranRuntimeException in com.aspectran.core.support.i18n.message Modifier and Type Class Description classNoSuchMessageExceptionException thrown when a message can't be resolved. -
Uses of AspectranRuntimeException in com.aspectran.core.util.logging
Subclasses of AspectranRuntimeException in com.aspectran.core.util.logging Modifier and Type Class Description classLogException -
Uses of AspectranRuntimeException in com.aspectran.scheduler.service
Subclasses of AspectranRuntimeException in com.aspectran.scheduler.service Modifier and Type Class Description classSchedulerServiceExceptionThe Class SchedulerServiceException.
-