org.slim3.container.exception
Class CanNotInvokeAbstractMethodRuntimeException

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.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

Field Summary
protected  Method method
          The method.
 
Constructor Summary
CanNotInvokeAbstractMethodRuntimeException(Method method)
          Constructor.
 
Method Summary
 Method getMethod()
          Returns the 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

method

protected Method method
The method.

Constructor Detail

CanNotInvokeAbstractMethodRuntimeException

public CanNotInvokeAbstractMethodRuntimeException(Method method)
Constructor.

Parameters:
method - the method
Method Detail

getMethod

public Method getMethod()
Returns the method.

Returns:
the method


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