com.lexicalscope.fluentreflection
Class ConstructorNotFoundRuntimeException

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.ConstructorNotFoundRuntimeException
All Implemented Interfaces:
Serializable

public class ConstructorNotFoundRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
ConstructorNotFoundRuntimeException()
           
ConstructorNotFoundRuntimeException(Class<?> klass, Object... args)
           
ConstructorNotFoundRuntimeException(String message)
           
ConstructorNotFoundRuntimeException(String message, Throwable cause)
           
ConstructorNotFoundRuntimeException(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

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.