SerializableCalendarConversionException, CalendricalParseException, CalendricalPrintException, CalendricalRuleExceptionpublic class CalendricalException extends RuntimeException
All exceptions in the Time Framework for Java extend this class. This allows catch blocks to catch just this exception, or more specific ones.
| Constructor | Description |
|---|---|
CalendricalException(String message) |
Constructs a new conversion exception with the specified message.
|
CalendricalException(String message,
Throwable cause) |
Constructs a new conversion exception with the specified message and cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalendricalException(String message)
message - the message to use for this exception, may be nullCopyright © 2019. All rights reserved.