Package org.codehaus.classworlds
Class ClassWorldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.classworlds.ClassWorldException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateRealmException
,NoSuchRealmException
Deprecated.
Base exception for
ClassWorld
errors.- Author:
- bob mcwhirter
- See Also:
-
Constructor Summary
ConstructorDescriptionClassWorldException
(ClassWorld world) Deprecated.Construct.ClassWorldException
(ClassWorld world, String msg) Deprecated.Construct. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassWorldException
Deprecated.Construct.- Parameters:
world
- The world.
-
ClassWorldException
Deprecated.Construct.- Parameters:
world
- The world.msg
- The detail message.
-
-
Method Details
-
getWorld
Deprecated.Retrieve the world.- Returns:
- The world.
-