org.jlog2.exception
Class EndOfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jlog2.exception.EndOfException
All Implemented Interfaces:
java.io.Serializable

public class EndOfException
extends java.lang.Exception

This class should be used to indicate an end to the exception processing by the default ExceptionHandler. The exception and message can still be propagated for processing by other parts of a program however.

See Also:
Serialized Form

Constructor Summary
EndOfException(java.lang.String message)
          Creates a new instance of EndOfException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfException

public EndOfException(java.lang.String message)
Creates a new instance of EndOfException.

Parameters:
message - the error message.