|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException magoffin.matt.ma2.ProcessingException
public class ProcessingException
Runtime exception thrown to signify a process completed, but some error still occured.
Constructor Summary | |
---|---|
ProcessingException(java.lang.Object result,
java.lang.String msg)
Constrcut with a result and message. |
|
ProcessingException(java.lang.Object result,
java.lang.String msg,
java.lang.Throwable thr)
Construct with a result, message, and nested exception. |
|
ProcessingException(java.lang.Object result,
java.lang.Throwable thr)
Construct with a result and nested exception. |
|
ProcessingException(java.lang.Throwable thr)
Construct with nested exception. |
Method Summary | |
---|---|
java.lang.Object |
getProcessResult()
Get the processing result. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingException(java.lang.Throwable thr)
thr
- exceptionpublic ProcessingException(java.lang.Object result, java.lang.Throwable thr)
result
- resultthr
- exceptionpublic ProcessingException(java.lang.Object result, java.lang.String msg)
result
- resultmsg
- messagepublic ProcessingException(java.lang.Object result, java.lang.String msg, java.lang.Throwable thr)
result
- resultmsg
- messagethr
- exceptionMethod Detail |
---|
public java.lang.Object getProcessResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |