Class ParseException

Hierarchy: Object , Object , Throwable , Exception , ParseException
All Implemented Interfaces: Serializable
public class ParseException
extends Exception
Thrown by a WKTReader when a parsing problem occurs.

Other

  • version: 1.7
public ParseException(String message)
Creates a ParseException with the given detail message.
Parameters:
message - message a description of this ParseException
public ParseException(Exception e)
Creates a ParseException with es detail message.
Parameters:
e - e an exception that occurred while a WKTReader was parsing a Well-known Text string
public ParseException(String message, Throwable e)
Creates a ParseException with es detail message.
Parameters:
message - message a description of this ParseException
e - e a throwable that occurred while a com.vividsolutions.jts.io reader was parsing a string representation