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