Uses of Class
javax.time.CalendricalException
-
Packages that use CalendricalException Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations.javax.time.calendar.format Provides classes to format dates and times as strings. -
-
Uses of CalendricalException in javax.time.calendar
Subclasses of CalendricalException in javax.time.calendar Modifier and Type Class Description classCalendarConversionExceptionAn exception used when conversion of a calendrical date-time object fails.classCalendricalRuleExceptionAn exception used when an exception is connected to a specified rule.classIllegalCalendarFieldValueExceptionAn exception used when a value specified for a calendrical field is out of range.classInvalidCalendarFieldExceptionAn exception used when a calendrical field is invalid.classUnsupportedRuleExceptionAn exception used when the value for a rule cannot be found. -
Uses of CalendricalException in javax.time.calendar.format
Subclasses of CalendricalException in javax.time.calendar.format Modifier and Type Class Description classCalendricalParseExceptionAn exception thrown when an error occurs during parsing.classCalendricalPrintExceptionAn exception thrown when an error occurs during printing.classCalendricalPrintFieldExceptionAn exception thrown when an error occurs during printing due to a specific rule.
-