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