public class ParseException extends Exception
WKTReader
when a parsing problem occurs.Constructor and Description |
---|
ParseException(Exception e)
Creates a
ParseException with e s detail message. |
ParseException(String message)
Creates a
ParseException with the given detail message. |
ParseException(String message,
Throwable e)
Creates a
ParseException with e s detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message)
ParseException
with the given detail message.message
- a description of this ParseException
public ParseException(Exception e)
ParseException
with e
s detail message.e
- an exception that occurred while a WKTReader
was
parsing a Well-known Text stringCopyright © 2024. All rights reserved.