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