com.vividsolutions.jts.io

Class ParseException


public class ParseException
extends Exception

Thrown by a WKTReader when a parsing problem occurs.
Version:
1.6

Constructor Summary

ParseException(Exception e)
Creates a ParseException with es detail message.
ParseException(String message)
Creates a ParseException with the given detail message.

Constructor Details

ParseException

public ParseException(Exception e)
Creates a ParseException with es detail message.
Parameters:
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.
Parameters:
message - a description of this ParseException