org.codehaus.plexus.classworlds.realm
public class NoSuchRealmException extends ClassWorldException
ClassRealm
from a
ClassWorld
with an invalid id.Constructor and Description |
---|
NoSuchRealmException(ClassWorld world,
String id)
Construct.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Retrieve the invalid realm id.
|
getWorld
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchRealmException(ClassWorld world, String id)
world
- The world.id
- The realm id.public String getId()