com.vividsolutions.jts.io
public class ParseException extends java.lang.Exception
WKTReader when a parsing problem occurs.| Constructor and Description |
|---|
ParseException(java.lang.Exception e)
Creates a
ParseException with es detail message. |
ParseException(java.lang.String message)
Creates a
ParseException with the given detail message. |
public ParseException(java.lang.String message)
ParseException with the given detail message.message - a description of this ParseExceptionpublic ParseException(java.lang.Exception e)
ParseException with es detail message.e - an exception that occurred while a WKTReader was
parsing a Well-known Text string