com.groiss.wf
Class WfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groiss.util.ApplicationException
              extended by com.groiss.wf.WfException
All Implemented Interfaces:
TopLevelException, java.io.Serializable

public class WfException
extends ApplicationException

A wrapper for ApplicationExceptions

See Also:
Serialized Form

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

WfException

public WfException(int errnum)

WfException

public WfException(int errnum,
                   java.lang.Throwable e)

WfException

public WfException(java.lang.Exception e)


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.