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