org.slim3.container.exception
Class CanNotInvokeAbstractMethodRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.container.exception.CanNotInvokeAbstractMethodRuntimeException
- All Implemented Interfaces:
- Serializable
public class CanNotInvokeAbstractMethodRuntimeException
- extends SRuntimeException
This exception is thrown when an abstract method is invoked.
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
method
protected Method method
- The method.
CanNotInvokeAbstractMethodRuntimeException
public CanNotInvokeAbstractMethodRuntimeException(Method method)
- Constructor.
- Parameters:
method
- the method
getMethod
public Method getMethod()
- Returns the method.
- Returns:
- the method
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.