com.lexicalscope.fluentreflection
Class ClassNotFoundRuntimeException

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

public class ClassNotFoundRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

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

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException()

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(String message,
                                     Throwable cause)

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(String message)

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(Throwable cause)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.