com.werken.classworlds
Class ClassWorldException

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

public class ClassWorldException
extends java.lang.Exception

Base exception for ClassWorld errors.

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

Constructor Summary
ClassWorldException(ClassWorld world)
          Construct.
 
Method Summary
 ClassWorld getWorld()
          Retrieve the world.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassWorldException

public ClassWorldException(ClassWorld world)
Construct.
Parameters:
world - The world.
Method Detail

getWorld

public ClassWorld getWorld()
Retrieve the world.
Returns:
The world.


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