org.slim3.commons.exception
Class NoSuchMethodRuntimeException

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.commons.exception.NoSuchMethodRuntimeException
All Implemented Interfaces:
Serializable

public class NoSuchMethodRuntimeException
extends SRuntimeException

This exception is thrown when a IllegalAccessException is encountered.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Constructor Summary
NoSuchMethodRuntimeException(Class<?> targetClass, NoSuchMethodException cause)
          Constructor.
 
Method Summary
 Class<?> getTargetClass()
          Returns the target 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
 

Constructor Detail

NoSuchMethodRuntimeException

public NoSuchMethodRuntimeException(Class<?> targetClass,
                                    NoSuchMethodException cause)
Constructor.

Parameters:
targetClass - the target class
cause - the cause
Method Detail

getTargetClass

public Class<?> getTargetClass()
Returns the target class.

Returns:
the target class


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