public class ParseException extends Exception
WKTReader when a parsing problem occurs.
| Constructor and Description |
|---|
ParseException(Exception
Creates a
ParseException with
es detail message.
|
ParseException(String
Creates a
ParseException with the given detail message.
|
ParseException(String
Creates a
ParseException with
es detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(Stringmessage)
ParseException with the given detail message.
message - a description of this
ParseException
public ParseException(Exceptione)
ParseException with
es detail message.
e - an exception that occurred while a
WKTReader was parsing a Well-known Text string