org.slim3.container.exception
Class DuplicateAroundInvokeRuntimeException

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.DuplicateAroundInvokeRuntimeException
All Implemented Interfaces:
Serializable

public class DuplicateAroundInvokeRuntimeException
extends SRuntimeException

This exception is thrown when AroundInvoke annotations are duplicate.

Author:
higa
See Also:
Serialized Form

Field Summary
protected  Class<?> interceptorClass
          The interceptor class.
 
Constructor Summary
DuplicateAroundInvokeRuntimeException(Class<?> interceptorClass)
          Constructor.
 
Method Summary
 Class<?> getInterceptorClass()
          Returns the interceptor 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

interceptorClass

protected Class<?> interceptorClass
The interceptor class.

Constructor Detail

DuplicateAroundInvokeRuntimeException

public DuplicateAroundInvokeRuntimeException(Class<?> interceptorClass)
Constructor.

Parameters:
interceptorClass - the interceptor class
Method Detail

getInterceptorClass

public Class<?> getInterceptorClass()
Returns the interceptor class.

Returns:
the interceptor class


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