public class ProcessingException extends RuntimeException
Constructor and Description |
---|
ProcessingException(String pErrMsg,
Exception pStoredExp,
OptionsAndArgs pOptions)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
printErrorMessage()
Print this exception to standard error, but only if no
--quiet is given. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingException(String pErrMsg, Exception pStoredExp, OptionsAndArgs pOptions)
pErrMsg
- error messagepStoredExp
- the original exceptionpOptions
- options from where to take the information how the error should be loggedCopyright © 2018. All rights reserved.