public class GeoFormatException extends Exception
| Constructor and Description |
|---|
GeoFormatException()
Constructs new exception.
|
GeoFormatException(String message)
Constructs new exception with given message.
|
GeoFormatException(String message,
Throwable cause)
Constructs new exception with given message and cause.
|
GeoFormatException(Throwable cause)
Constructs new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeoFormatException()
public GeoFormatException(String message)
message - the detail message.public GeoFormatException(String message, Throwable cause)
message - the detail message.cause - the cause.public GeoFormatException(Throwable cause)
cause - the cause.This work is licensed under a Creative Commons Attribution 4.0 International License.