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 class
CalendarConversionException
An exception used when conversion of a calendrical date-time object fails.class
CalendricalRuleException
An exception used when an exception is connected to a specified rule.class
IllegalCalendarFieldValueException
An exception used when a value specified for a calendrical field is out of range.class
InvalidCalendarFieldException
An exception used when a calendrical field is invalid.class
UnsupportedRuleException
An 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 class
CalendricalParseException
An exception thrown when an error occurs during parsing.class
CalendricalPrintException
An exception thrown when an error occurs during printing.class
CalendricalPrintFieldException
An exception thrown when an error occurs during printing due to a specific rule.
-