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