org.writersforge.catalan.process.properties
Class WorkPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.writersforge.catalan.process.ProcessException
              extended byorg.writersforge.catalan.process.properties.WorkPropertyException
All Implemented Interfaces:
java.io.Serializable

public class WorkPropertyException
extends ProcessException

An exception for IWorker initialization problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
WorkPropertyException(java.lang.String message)
          Creates a new instance of WorkPropertyException.
WorkPropertyException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of WorkPropertyException.
 
Methods inherited from class org.writersforge.catalan.process.ProcessException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkPropertyException

public WorkPropertyException(java.lang.String message)
Creates a new instance of WorkPropertyException.

Parameters:
message - description of the problem

WorkPropertyException

public WorkPropertyException(java.lang.String message,
                             java.lang.Throwable cause)
Creates a new instance of WorkPropertyException.

Parameters:
message - description of the problem
cause - the triggering exception