plugins.adufour.ezplug
Class EzException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by plugins.adufour.ezplug.EzException
All Implemented Interfaces:
java.io.Serializable

public class EzException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 boolean catchException
           
 
Constructor Summary
EzException(java.lang.String message, boolean catchException)
          Creates a new instance of EzException with the specified message and catching behavior.
 
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
 

Field Detail

catchException

public final boolean catchException
Constructor Detail

EzException

public EzException(java.lang.String message,
                   boolean catchException)
Creates a new instance of EzException with the specified message and catching behavior.

Parameters:
message - the error message bound the current exception
catchException - true if the exception should be caught within the EzPlug layer, false to let the exception pass to the global exception manager