mandala.util
Class ExceptionHandler.RejectExceptionHandling

java.lang.Object
  extended bymandala.util.ExceptionHandler.RejectExceptionHandling
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExceptionHandler

public static final class ExceptionHandler.RejectExceptionHandling
extends java.lang.Object
implements java.io.Serializable

Convenient class used to mean that an exception raised has not been handled by an ExceptionHandler instance.

This class implements the singleton design pattern.

Since:
1.0
Version:
1.0
Author:
eipi
See Also:
Serializable, Serialized Form

Field Summary
static ExceptionHandler.RejectExceptionHandling REJECT
          Convenient constant for rejection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REJECT

public static final ExceptionHandler.RejectExceptionHandling REJECT

Convenient constant for rejection.



Mandala help mailing list