Package javax.time.calendar
Class CalendarConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.time.CalendricalException
javax.time.calendar.CalendarConversionException
- All Implemented Interfaces:
Serializable
An exception used when conversion of a calendrical date-time object fails.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
A serialization identifier for this class. -
Constructor Summary
ConstructorsConstructorDescriptionCalendarConversionException
(String message) Constructs a new conversion exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serialization identifier for this class.- See Also:
-
-
Constructor Details
-
CalendarConversionException
Constructs a new conversion exception with the specified message.- Parameters:
message
- the message to use for this exception, may be null
-