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