com.lexicalscope.fluentreflection
Class InstantiationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexicalscope.fluentreflection.ReflectionRuntimeException
com.lexicalscope.fluentreflection.InstantiationRuntimeException
- All Implemented Interfaces:
- Serializable
public class InstantiationRuntimeException
- extends ReflectionRuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.