org.codehaus.plexus.classworlds.realm
Class NoSuchRealmException
public class NoSuchRealmException
Indicates an attempt to retrieve a ClassRealm from a
ClassWorld with an invalid id.
$Id: NoSuchRealmException.java 4813 2006-11-24 14:06:14Z handyande $
java.lang.String | getId()- Retrieve the invalid realm id.
|
NoSuchRealmException
public NoSuchRealmException(ClassWorld world,
java.lang.String id) Construct.
world - The world.id - The realm id.
getId
public java.lang.String getId()
Retrieve the invalid realm id.