java.io.Serializablepublic class ParseException
extends java.lang.Exception
WKTReader when a parsing problem occurs.| Constructor | 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. |
ParseException(java.lang.String message,
java.lang.Throwable e) |
Creates a
ParseException with es 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 stringpublic ParseException(java.lang.String message,
java.lang.Throwable e)
ParseException with es detail message.message - a description of this ParseExceptione - a throwable that occurred while a com.vividsolutions.jts.io reader was
parsing a string representationCopyright © 2018. All rights reserved.