one.world.core
Class NotActiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--one.world.core.NotActiveException
All Implemented Interfaces:
Serializable

public class NotActiveException
extends RuntimeException

Implementation of a not active exception. A not active exception signals the passing of an event to an event handler provided by a component in a currently inactive environment.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
NotActiveException()
          Create a new not active exception with no detail message.
NotActiveException(String msg)
          Create a new not active exception with the specified detail message.
 
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

NotActiveException

public NotActiveException()
Create a new not active exception with no detail message.

NotActiveException

public NotActiveException(String msg)
Create a new not active exception with the specified detail message.
Parameters:
msg - The detail message.


(C) Copyright 2001 UW CSE