com.sentilla.io
Class ClassNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClassNotFoundRuntimeException
public ClassNotFoundRuntimeException(String msg)
ClassNotFoundRuntimeException
public ClassNotFoundRuntimeException()
Copyright © 2007 Sentilla Corporation. All Rights Reserved.