|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.groiss.util.ApplicationException
com.groiss.wf.WfException
public class WfException
A wrapper for ApplicationExceptions
| Field Summary |
|---|
| Fields inherited from class com.groiss.util.ApplicationException |
|---|
appl, args, ef, errnum, exception, isWarning |
| Constructor Summary | |
|---|---|
WfException(java.lang.Exception e)
|
|
WfException(int errnum)
|
|
WfException(int errnum,
java.lang.Throwable e)
|
|
| Method Summary |
|---|
| Methods inherited from class com.groiss.util.ApplicationException |
|---|
getArgs, getErrnum, getErrorFormatter, getException, getMessage, isWarning, setErrorFormatter, setWarning |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public WfException(int errnum)
public WfException(int errnum,
java.lang.Throwable e)
public WfException(java.lang.Exception e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||