com.werken.classworlds
Class NoSuchRealmException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.werken.classworlds.ClassWorldException
                    |
                    +--com.werken.classworlds.NoSuchRealmException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchRealmException
extends ClassWorldException

Indicates an attempt to retrieve a ClassRealm from a ClassWorld with an invalid id.

Version:
$Id: NoSuchRealmException.java,v 1.1 2002/09/23 18:48:55 bob Exp $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
NoSuchRealmException(ClassWorld world, java.lang.String id)
          Construct.
 
Method Summary
 java.lang.String getId()
          Retrieve the invalid realm id.
 
Methods inherited from class com.werken.classworlds.ClassWorldException
getWorld
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRealmException

public NoSuchRealmException(ClassWorld world,
                            java.lang.String id)
Construct.

Parameters:
world - The world.
id - The realm id.
Method Detail

getId

public java.lang.String getId()
Retrieve the invalid realm id.

Returns:
The id.


Copyright © 2002-2003 The Werken Company. All Rights Reserved.