nan.exception
Class NotReadyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynan.exception.NotReadyException
All Implemented Interfaces:
java.io.Serializable

public class NotReadyException
extends java.lang.RuntimeException

Thrown when the EventLogger is not ready.

Version:
1.2, 12/22/03
Author:
John David Ratliff
See Also:
Serialized Form

Constructor Summary
NotReadyException()
           
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotReadyException

public NotReadyException()
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Returns:
A String representation.