Class GeoRegionNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sellcom.geotemporal.geography.GeoRegionException
-
- org.sellcom.geotemporal.geography.GeoRegionNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class GeoRegionNotSupportedException extends GeoRegionException
Indicator that aGeoRegionis not supported.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoRegionNotSupportedException(String message)Creates a new exception with the given message.GeoRegionNotSupportedException(String message, Throwable cause)Creates a new exception with the given message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GeoRegionNotSupportedException
public GeoRegionNotSupportedException(String message)
Creates a new exception with the given message.- Since:
- 1.0
-
-