com.lexicalscope.fluentreflection
Class InstantiationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
                  extended by com.lexicalscope.fluentreflection.InstantiationRuntimeException
All Implemented Interfaces:
Serializable

public class InstantiationRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
InstantiationRuntimeException()
           
InstantiationRuntimeException(InstantiationException e, Constructor<?> constructor)
           
InstantiationRuntimeException(String message)
           
InstantiationRuntimeException(String message, Throwable cause)
           
InstantiationRuntimeException(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

InstantiationRuntimeException

public InstantiationRuntimeException()

InstantiationRuntimeException

public InstantiationRuntimeException(String message,
                                     Throwable cause)

InstantiationRuntimeException

public InstantiationRuntimeException(String message)

InstantiationRuntimeException

public InstantiationRuntimeException(Throwable cause)

InstantiationRuntimeException

public InstantiationRuntimeException(InstantiationException e,
                                     Constructor<?> constructor)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.