org.objectweb.proactive.core.mop
Class CannotFindClassException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.objectweb.proactive.core.mop.MOPRuntimeException
|
+--org.objectweb.proactive.core.mop.CannotFindClassException
- All Implemented Interfaces:
- java.io.Serializable
- public class CannotFindClassException
- extends MOPRuntimeException
Thrown when a static initializer tries to load in a class through its string
name but no definition for the class with the specifed name could be found.
Since no checked exceptions can be thrown out of static initializers, we
cannot use java.lang.ClassNotFoundException. As this exception extends
RuntimeException, it does not need to be caught within the initializer.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CannotFindClassException
public CannotFindClassException()
CannotFindClassException
public CannotFindClassException(java.lang.String s)
CannotFindClassException
public CannotFindClassException(java.lang.String s,
java.lang.Throwable ex)
CannotFindClassException
public CannotFindClassException(java.lang.Throwable ex)
Copyright © April 2004 INRIA All Rights Reserved.