public class ProcessingException extends Exception
| Constructor and Description |
|---|
ProcessingException(Throwable cause,
int linenumber)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ProcessingException(Throwable cause, int linenumber)
cause - root cause of the exceptionlinenumber - line number of file where exception occurredCopyright © 2020. All Rights Reserved.