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, toString
public ParseException()
public ParseException(String reason)
public ParseException(String reason, PositionInfo pos)
public String getMessage()
getMessage
in class Throwable
Copyright © 2016 JacORB. All rights reserved.