org.slim3.container.exception
Class AroundInvokeMethodSignatureRuntimeException

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

public class AroundInvokeMethodSignatureRuntimeException
extends SRuntimeException

This exception is thrown when around invoke method is wrong.

Author:
higa
See Also:
Serialized Form

Field Summary
protected  Method aroundInvokeMethod
          The around invoke method.
 
Constructor Summary
AroundInvokeMethodSignatureRuntimeException(Method aroundInvokeMethod)
          Constructor.
 
Method Summary
 Method getAroundInvokeMethod()
          Returns the around invoke method.
 
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

aroundInvokeMethod

protected Method aroundInvokeMethod
The around invoke method.

Constructor Detail

AroundInvokeMethodSignatureRuntimeException

public AroundInvokeMethodSignatureRuntimeException(Method aroundInvokeMethod)
Constructor.

Parameters:
aroundInvokeMethod - the around invoke method
Method Detail

getAroundInvokeMethod

public Method getAroundInvokeMethod()
Returns the around invoke method.

Returns:
the around invoke method


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