@Deprecated public class NoSuchRealmException extends ClassWorldException
ClassRealm from a
ClassWorld with an invalid id.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id
Deprecated.
The realm id.
|
| Constructor and Description |
|---|
NoSuchRealmException(ClassWorld world,
java.lang.String id)
Deprecated.
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Deprecated.
Retrieve the invalid realm id.
|
getWorldpublic NoSuchRealmException(ClassWorld world, java.lang.String id)
world - The world.id - The realm id.