|
SMILA (incubation) API documentation | ||||||||
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.eclipse.smila.processing.ProcessingException
public class ProcessingException
Thrown on errors when processing SMILA record.
Constructor Summary | |
---|---|
ProcessingException(java.lang.String message)
constructur with message. |
|
ProcessingException(java.lang.String message,
java.lang.Throwable cause)
constructur with mesage and causing exception. |
|
ProcessingException(java.lang.Throwable cause)
constructur with causing exception. |
Method Summary |
---|
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.String message)
message
- detailed error message.public ProcessingException(java.lang.Throwable cause)
cause
- exception that caused the error.public ProcessingException(java.lang.String message, java.lang.Throwable cause)
message
- detailed error message.cause
- exception that caused the error.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |