com.googlecode.kevinarpe.papaya.exception
Class ClassNotFoundRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.googlecode.kevinarpe.papaya.exception.ClassNotFoundRuntimeException
All Implemented Interfaces:
Serializable

@FullyTested
public class ClassNotFoundRuntimeException
extends RuntimeException

Author:
Kevin Connor ARPE (kevinarpe@gmail.com)
See Also:
Serialized Form

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


ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(String message)
Calls RuntimeException#RuntimeException(String)


ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(String message,
                                     Throwable cause)
Calls RuntimeException#RuntimeException(String, Throwable)


ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException(Throwable cause)
Calls RuntimeException#RuntimeException(Throwable)



Copyright © 2013-2014. All Rights Reserved.