sarj
Class EventNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sarj.EventNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EventNotFoundException
extends java.lang.Exception

An exception thrown when a specified scripting event cannot be found

See Also:
Serialized Form

Constructor Summary
EventNotFoundException(java.lang.String s)
          Constructor
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this exception
 
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

EventNotFoundException

public EventNotFoundException(java.lang.String s)
Constructor

Parameters:
s - the error message to associate with this exception
Method Detail

toString

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

Overrides:
toString in class java.lang.Throwable
Returns:
a String object containing the details of the exception