|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
plugins.adufour.ezplug.EzException
public class EzException
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 |
---|
public final boolean catchException
Constructor Detail |
---|
public EzException(java.lang.String message, boolean catchException)
message
- the error message bound the current exceptioncatchException
- true if the exception should be caught within the EzPlug layer, false to let the
exception pass to the global exception manager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |