org.codehaus.classworlds
Class NoSuchRealmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.classworlds.ClassWorldException
org.codehaus.classworlds.NoSuchRealmException
- All Implemented Interfaces:
- Serializable
public class NoSuchRealmException
- extends ClassWorldException
Indicates an attempt to retrieve a ClassRealm
from a
ClassWorld
with an invalid id.
- Version:
- $Id$
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Method Summary |
String |
getId()
Retrieve the invalid realm id. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchRealmException
public NoSuchRealmException(ClassWorld world,
String id)
- Construct.
- Parameters:
world
- The world.id
- The realm id.
getId
public String getId()
- Retrieve the invalid realm id.
- Returns:
- The id.
Copyright © 2002-2012 Codehaus. All Rights Reserved.