|
||||||||||
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
org.codehaus.plexus.classworlds.realm.NoSuchRealmException
public class NoSuchRealmException
Indicates an attempt to retrieve a ClassRealm
from a
ClassWorld
with an invalid id.
Constructor Summary | |
---|---|
NoSuchRealmException(ClassWorld world,
java.lang.String id)
Construct. |
Method Summary | |
---|---|
java.lang.String |
getId()
Retrieve the invalid realm id. |
Methods inherited from class org.codehaus.plexus.classworlds.ClassWorldException |
---|
getWorld |
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 NoSuchRealmException(ClassWorld world, java.lang.String id)
world
- The world.id
- The realm id.Method Detail |
---|
public java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |