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 e s detail message. |
ParseException(java.lang.String message)
Creates a
ParseException with the given detail message. |
ParseException(java.lang.String message,
java.lang.Throwable e)
Creates a
ParseException with e s detail message. |
public ParseException(java.lang.String message)
ParseException
with the given detail message.message
- a description of this ParseException
public ParseException(java.lang.Exception e)
ParseException
with e
s detail message.e
- an exception that occurred while a WKTReader
was
parsing a Well-known Text stringpublic ParseException(java.lang.String message, java.lang.Throwable e)
ParseException
with e
s detail message.message
- a description of this ParseException
e
- a throwable that occurred while a com.vividsolutions.jts.io reader was
parsing a string representation