com.lexicalscope.fluentreflection
Class ReflectionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassNotFoundRuntimeException, ConstructorNotFoundRuntimeException, FieldNotFoundException, IllegalAccessRuntimeException, IllegalArgumentRuntimeException, InstantiationRuntimeException, InvocationTargetRuntimeException, SecurityException

public class ReflectionRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReflectionRuntimeException()
           
ReflectionRuntimeException(String message)
           
ReflectionRuntimeException(String message, Throwable cause)
           
ReflectionRuntimeException(Throwable cause)
           
 
Method Summary
 
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

ReflectionRuntimeException

public ReflectionRuntimeException()

ReflectionRuntimeException

public ReflectionRuntimeException(String message,
                                  Throwable cause)

ReflectionRuntimeException

public ReflectionRuntimeException(String message)

ReflectionRuntimeException

public ReflectionRuntimeException(Throwable cause)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.