org.umber.catalan.process
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.catalan.process.ProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetadataException, QueueException, RegistryException, WorkPropertyException, WorkspaceException

public class ProcessException
extends java.lang.Exception

A base exception for Catalan processing problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
ProcessException(java.lang.String message)
          Creates a new instance of ProcessException.
ProcessException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of ProcessException.
 
Method Summary
 java.lang.String toString()
          Converts object into String form.
 
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

ProcessException

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

Parameters:
message - description of the problem

ProcessException

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

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

toString

public java.lang.String toString()
Converts object into String form.

Returns:
String form of object