Class GeoRegionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sellcom.geotemporal.geography.GeoRegionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeoRegionNotSupportedException,GeoRegionParseException
public class GeoRegionException extends RuntimeException
Indicator of a problem while using aGeoRegion.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoRegionException(String message)Creates a new exception with the given message.GeoRegionException(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
-
-