Class DateTimeTemporalQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.time.DateTimeException
-
- com.addicticks.texttime.formatters.DateTimeTemporalQueryException
-
- All Implemented Interfaces:
Serializable
public class DateTimeTemporalQueryException extends DateTimeException
An exception thrown when an error occurs during a temporal query during a parse operation from classes in this package. The exception is used when the expected elements are not found in the temporal. Typically the exception gets wrapped in aDateTimeParseExceptionso that this exception is mainly used as a linked exception, not the primary (top-level) exception.- See Also:
TemporalQuery, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateTimeTemporalQueryException(String message)DateTimeTemporalQueryException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-