Log4j 0.9d

pl.psnc.expres.wfm.exception
Class WfmException

java.lang.Object
  extended by VlabException
      extended by pl.psnc.expres.wfm.exception.WfmException

public class WfmException
extends VlabException

WfmException class - workflow manager exception root class

Author:
Dominik Stoklosa (~osa~)

Constructor Summary
WfmException(String message)
          Creates a new instance of DynamicScenarioException
WfmException(String message, Exception e)
          Creates a new instance of DynamicScenarioException
WfmException(String message, int code)
          Creates a new instance of DynamicScenarioException
WfmException(String message, int code, Exception e)
          Creates a new instance of DynamicScenarioException
 
Method Summary
 int getErrorCode()
          Get the exception identifier (code)
 void printStackTrace()
          Prints this throwable and its backtrace to the standart error stream
 void printStackTrace(PrintStream printStream)
          Prints this throwable and its backtrace to the specified print stream.
 void printStackTrace(PrintWriter printWriter)
          Prints this throwable and its backtrace to the specified print writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfmException

public WfmException(String message)
Creates a new instance of DynamicScenarioException

Parameters:
message - short message indicating error

WfmException

public WfmException(String message,
                    Exception e)
Creates a new instance of DynamicScenarioException

Parameters:
e - the original source exception
message - short message indicating error

WfmException

public WfmException(String message,
                    int code)
Creates a new instance of DynamicScenarioException

Parameters:
code - exception identifier - indicates the cause of the exception
message - short message indicating error

WfmException

public WfmException(String message,
                    int code,
                    Exception e)
Creates a new instance of DynamicScenarioException

Parameters:
code - exception identifier - indicates the cause of the exception
e - the original source exception
message - short message indicating error
Method Detail

getErrorCode

public int getErrorCode()
Get the exception identifier (code)

Returns:

printStackTrace

public void printStackTrace(PrintWriter printWriter)
Prints this throwable and its backtrace to the specified print writer.

Parameters:
printWriter - print writer to use for output

printStackTrace

public void printStackTrace(PrintStream printStream)
Prints this throwable and its backtrace to the specified print stream.

Parameters:
printStream - stream to use for output

printStackTrace

public void printStackTrace()
Prints this throwable and its backtrace to the standart error stream


Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.