org.umber.catalan.process.workspace
Class WorkspaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.catalan.process.ProcessException
              extended byorg.umber.catalan.process.workspace.WorkspaceException
All Implemented Interfaces:
java.io.Serializable

public class WorkspaceException
extends ProcessException

An exception for IWorkspace problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
WorkspaceException(java.lang.String message)
          Creates a new instance of WorkspaceException.
WorkspaceException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of WorkspaceException.
 
Methods inherited from class org.umber.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

WorkspaceException

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

Parameters:
message - description of the problem

WorkspaceException

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

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