Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.locationtech.jts.io.ParseException
- All Implemented Interfaces:
Serializable
Thrown by a
WKTReader when a parsing problem occurs.- Version:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aParseExceptionwithes detail message.ParseException(String message) Creates aParseExceptionwith the given detail message.ParseException(String message, Throwable e) Creates aParseExceptionwithes detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Creates aParseExceptionwith the given detail message.- Parameters:
message- a description of thisParseException
-
ParseException
Creates aParseExceptionwithes detail message.- Parameters:
e- an exception that occurred while aWKTReaderwas parsing a Well-known Text string
-
ParseException
-