com.vividsolutions.jts.io
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jts.io.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
Thrown by a WKTReader
when a parsing problem occurs.
- Version:
- 1.7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String message)
- Creates a
ParseException
with the given detail message.
- Parameters:
message
- a description of this ParseException
ParseException
public ParseException(Exception e)
- Creates a
ParseException
with e
s detail message.
- Parameters:
e
- an exception that occurred while a WKTReader
was
parsing a Well-known Text string
Copyright © 2012. All Rights Reserved.