public class ParseException extends IOException
| Constructor and Description |
|---|
ParseException(String s) |
ParseException(String s,
String line) |
ParseException(String s,
String line,
ParseInformation pos) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String s)
public ParseException(String s, String line, ParseInformation pos)
public String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.