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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchRealmException(ClassWorld world, String id)
world
- The world.id
- The realm id.public String getId()
Copyright © 2002–2014 Codehaus. All rights reserved.