|
||||||||||
| 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
A base exception for Catalan processing problems.
| 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 |
public ProcessException(java.lang.String message)
message - description of the problem
public ProcessException(java.lang.String message,
java.lang.Throwable cause)
message - description of the problemcause - the triggering exception| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||