public class ParserException extends Exception
Diagnostic
carrying details of the one or more parse problems.| Constructor and Description |
|---|
ParserException(Diagnostic problem)
Initializes me with a diagnostic obtained from a problem handler.
|
ParserException(String msg)
Initializes me with a user-friendly message describing the nature of
the parse failure.
|
ParserException(String msg,
Throwable cause)
Initializes me with a message and an exception that caused the parse
failure.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnostic |
getDiagnostic()
Obtains the diagnostic describing one or more parse problems that I
signal.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException(String msg)
msg - the exception messagepublic ParserException(String msg, Throwable cause)
msg - my user-friendly messagecause - the cause of the parse failurepublic ParserException(Diagnostic problem)
problem - the diagnosticCopyright © 2015 Open eHealth Foundation. All rights reserved.