org.slim3.container.exception
Class ResourceInterceptorRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.container.exception.ResourceInterceptorRuntimeException
- All Implemented Interfaces:
- Serializable
public class ResourceInterceptorRuntimeException
- extends SRuntimeException
This exception is thrown when Resource annotation is defined to interceptor.
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
interceptorClass
protected Class<?> interceptorClass
- The interceptor class.
ResourceInterceptorRuntimeException
public ResourceInterceptorRuntimeException(Class<?> interceptorClass)
- Constructor.
- Parameters:
interceptorClass
- the interceptor class
getInterceptorClass
public Class<?> getInterceptorClass()
- Returns the interceptor class.
- Returns:
- the interceptor class
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.