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
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