public class ParseException extends Exception
| Constructor and Description |
|---|
ParseException(String message) |
ParseException(String message,
StreamingParser parser) |
ParseException(String message,
String publicId,
String systemId) |
ParseException(String message,
String publicId,
String systemId,
int line,
int col) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2017–2019 Eclipse Foundation. All rights reserved.