com.vividsolutions.jts.io
Class ParseException
Exception
com.vividsolutions.jts.io.ParseException
public class ParseException
extends Exception
Thrown by a WKTReader
when a parsing problem occurs.
ParseException(Exception e) - Creates a
ParseException with e s detail message.
|
ParseException(String message) - Creates a
ParseException with the given detail message.
|
ParseException
public ParseException(Exception e)
Creates a ParseException
with e
s detail message.
e
- an exception that occurred while a WKTReader
was
parsing a Well-known Text string
ParseException
public ParseException(String message)
Creates a ParseException
with the given detail message.
message
- a description of this ParseException