public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException() |
ParseException(String reason) |
ParseException(String reason,
PositionInfo pos) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String reason)
public ParseException(String reason, PositionInfo pos)
public String getMessage()
getMessage in class ThrowableCopyright © 2017 JacORB. All rights reserved.