org.slim3.container.exception
Class AroundInvokeMethodSignatureRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
aroundInvokeMethod
protected Method aroundInvokeMethod
- The around invoke method.
AroundInvokeMethodSignatureRuntimeException
public AroundInvokeMethodSignatureRuntimeException(Method aroundInvokeMethod)
- Constructor.
- Parameters:
aroundInvokeMethod
- the around invoke method
getAroundInvokeMethod
public Method getAroundInvokeMethod()
- Returns the around invoke method.
- Returns:
- the around invoke method
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.