Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboEngineException

com.sssw.wf.exception.EboEngineException

public class EboEngineException

Used to construct Workflow Engine exceptions


Constructor Summary
EboEngineException(String resource)
          Constructor with error message
EboEngineException(String resource, String[] args)
          Constructor with error message and message arguments
EboEngineException(String bdlid, String resource, String[] args)
          Constructor with bundle id, error message, and message arguments
EboEngineException(Throwable parent, String resource)
          Constructor with error message
EboEngineException(Throwable parent, String resource, String[] args)
          Constructor with exception, error message, and message arguments
EboEngineException(Throwable parent, String bdlid, String resource, String[] args)
          Constructor with exception, bundle id, error message, and message arguments
 

Constructor Detail

EboEngineException

public EboEngineException(String resource)
Constructor with error message
Parameters:
resource - error message text (String)

EboEngineException

public EboEngineException(Throwable parent,
                          String resource)
Constructor with error message
Parameters:
resource - error message text
parent - prior java exception

EboEngineException

public EboEngineException(Throwable parent,
                          String resource,
                          String[] args)
Constructor with exception, error message, and message arguments
Parameters:
parent - prior java exception (Throwable)
resource - error message text (String)
args - message text arguments (String[])

EboEngineException

public EboEngineException(String resource,
                          String[] args)
Constructor with error message and message arguments
Parameters:
resource - error message text (String)
args - message text arguments (String[])

EboEngineException

public EboEngineException(Throwable parent,
                          String bdlid,
                          String resource,
                          String[] args)
Constructor with exception, bundle id, error message, and message arguments
Parameters:
parent - prior java exception (Throwable)
resource - bundle ID (String)
resource - error message text (String)
args - message text arguments (String[])

EboEngineException

public EboEngineException(String bdlid,
                          String resource,
                          String[] args)
Constructor with bundle id, error message, and message arguments
Parameters:
resource - bundle ID (String)
resource - error message text (String)
args - message text arguments (String[])

Novell exteNd
Director 5.2 API