org.slim3.container.exception
Class InterceptorsAnnotationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.slim3.commons.exception.SRuntimeException
                  extended by 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

Field Summary
protected  Class<?> beanClass
          The bean class.
 
Constructor Summary
InterceptorsAnnotationRuntimeException(Class<?> beanClass, Throwable cause)
          Constructor.
 
Method Summary
 Class<?> getBeanClass()
          Returns the bean class.
 
Methods inherited from class org.slim3.commons.exception.SRuntimeException
convertCauseMessage, getArgs, getMessageCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

beanClass

protected Class<?> beanClass
The bean class.

Constructor Detail

InterceptorsAnnotationRuntimeException

public InterceptorsAnnotationRuntimeException(Class<?> beanClass,
                                              Throwable cause)
Constructor.

Parameters:
beanClass - the bean class
cause - the cause
Method Detail

getBeanClass

public Class<?> getBeanClass()
Returns the bean class.

Returns:
the bean class


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.