com.sentilla.io
Class ClassNotFoundRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sentilla.io.ClassNotFoundRuntimeException
All Implemented Interfaces:
Serializable

public class ClassNotFoundRuntimeException
extends RuntimeException

Signals that a class is referenced but does not exist on the virtual machine. This class has the same meaning as ClassNotFoundException but is a subclass of a RutimeException and thus does not need to be checked.

See Also:
Serialized Form

Constructor Summary
ClassNotFoundRuntimeException()
           
ClassNotFoundRuntimeException(String msg)
           
 
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(String msg)

ClassNotFoundRuntimeException

public ClassNotFoundRuntimeException()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.