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:
java.io.Serializable
public class CalendarConversionException extends CalendricalException
An exception used when conversion of a calendrical date-time object fails.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
A serialization identifier for this class.
-
Constructor Summary
Constructors Constructor Description CalendarConversionException(java.lang.String message)
Constructs a new conversion exception with the specified message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A serialization identifier for this class.- See Also:
- Constant Field Values
-
-