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