|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SRuntimeException | |
---|---|
org.slim3.commons.exception | This package provides Slim3 commons exceptions. |
org.slim3.container.exception | This package provides Slim3 container exceptions. |
Uses of SRuntimeException in org.slim3.commons.exception |
---|
Subclasses of SRuntimeException in org.slim3.commons.exception | |
---|---|
class |
CastRuntimeException
This exception is thrown when a class can not cast. |
class |
ClassCanNotAssignedRuntimeException
This exception is thrown when a class can not be assigned to an another class. |
class |
ClassNotFoundRuntimeException
This exception is thrown when a ClassNotFoundException is
encountered. |
class |
ConverterRuntimeException
This exception is thrown when an exception is encountered while converting. |
class |
IllegalAccessRuntimeException
This exception is thrown when a IllegalAccessException is
encountered. |
class |
InstantiationRuntimeException
This exception is thrown when a InstantiationException is
encountered. |
class |
NameAlreadyBoundRuntimeException
This exception is thrown when the name is already bound to an another object. |
class |
NameNotFoundRuntimeException
This exception is thrown when the name is not bound to any objects. |
class |
NamingRuntimeException
This exception is thrown when a NamingException is encountered. |
class |
NoSuchMethodRuntimeException
This exception is thrown when a IllegalAccessException is
encountered. |
class |
ParseRuntimeException
This exception is thrown when a ParseException is encountered. |
class |
PropertyCanNotReadRuntimeException
This exception is thrown when an exception is encountered while trying to read the property. |
class |
PropertyCanNotWriteRuntimeException
This exception is thrown when an exception is encountered while trying to write value to the property. |
class |
PropertyNotFoundRuntimeException
This exception is thrown when a property is not found. |
class |
PropertyNotReadableRuntimeException
This exception is thrown when a property is not readable. |
class |
PropertyNotWritableRuntimeException
This exception is thrown when a property is not writable. |
Uses of SRuntimeException in org.slim3.container.exception |
---|
Subclasses of SRuntimeException in org.slim3.container.exception | |
---|---|
class |
AroundInvokeMethodNotFoundRuntimeException
This exception is thrown when around invoke method is not found. |
class |
AroundInvokeMethodSignatureRuntimeException
This exception is thrown when around invoke method is wrong. |
class |
BindingFailureRuntimeException
This exception is thrown when an exception is encountered while binding. |
class |
BindingNotFoundRuntimeException
This exception is thrown when the binding is not found. |
class |
CanNotInvokeAbstractMethodRuntimeException
This exception is thrown when an abstract method is invoked. |
class |
DuplicateAroundInvokeRuntimeException
This exception is thrown when AroundInvoke annotations are duplicate. |
class |
InterceptorsAnnotationRuntimeException
This exception is thrown when Interceptors annotation is wrong. |
class |
InterceptorsConfigurationRuntimeException
This exception is thrown when interceptors configuration is wrong. |
class |
ResourceInterceptorRuntimeException
This exception is thrown when Resource annotation is defined to interceptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |