|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.codehaus.classworlds.ClassWorldException
Base exception for ClassWorld
errors.
Constructor Summary | |
ClassWorldException(org.codehaus.classworlds.ClassWorld world)
Construct. |
|
ClassWorldException(org.codehaus.classworlds.ClassWorld world,
java.lang.String msg)
Construct. |
Method Summary | |
org.codehaus.classworlds.ClassWorld |
getWorld()
Retrieve the world. |
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 |
public ClassWorldException(org.codehaus.classworlds.ClassWorld world)
world
- The world.public ClassWorldException(org.codehaus.classworlds.ClassWorld world, java.lang.String msg)
world
- The world.msg
- The detail message.Method Detail |
public org.codehaus.classworlds.ClassWorld getWorld()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |