org.codehaus.plexus.classworlds.realm
public class NoSuchRealmException extends ClassWorldException
ClassRealm
from a
ClassWorld
with an invalid id.
Version: $Id: NoSuchRealmException.java 4813 2006-11-24 14:06:14Z handyande $
Field Summary | |
---|---|
String | id
The realm id. |
Constructor Summary | |
---|---|
NoSuchRealmException(ClassWorld world, String id)
Construct.
|
Method Summary | |
---|---|
String | getId()
Retrieve the invalid realm id.
|
Parameters: world The world. id The realm id.
Returns: The id.