|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.writersforge.catalan.process.ProcessException
org.writersforge.catalan.process.workspace.WorkspaceException
An exception for IWorkspace problems.
| 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.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 |
public WorkspaceException(java.lang.String message)
message - description of the problem
public WorkspaceException(java.lang.String message,
java.lang.Throwable cause)
message - description of the problemcause - the triggering exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||