com.lexicalscope.fluentreflection
Class ConstructorNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexicalscope.fluentreflection.ReflectionRuntimeException
com.lexicalscope.fluentreflection.ConstructorNotFoundRuntimeException
- All Implemented Interfaces:
- Serializable
public class ConstructorNotFoundRuntimeException
- extends ReflectionRuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstructorNotFoundRuntimeException
public ConstructorNotFoundRuntimeException()
ConstructorNotFoundRuntimeException
public ConstructorNotFoundRuntimeException(String message,
Throwable cause)
ConstructorNotFoundRuntimeException
public ConstructorNotFoundRuntimeException(String message)
ConstructorNotFoundRuntimeException
public ConstructorNotFoundRuntimeException(Throwable cause)
ConstructorNotFoundRuntimeException
public ConstructorNotFoundRuntimeException(Class<?> klass,
Object... args)
Copyright © 2011-2012 lexicalscope. All Rights Reserved.