public class GeoRegionParseException extends GeoRegionException
GeoRegion code.| Constructor and Description |
|---|
GeoRegionParseException(String message)
Creates a new exception with the given message.
|
GeoRegionParseException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeoRegionParseException(String message)