Class CalendarConversionException

All Implemented Interfaces:
Serializable

public class CalendarConversionException extends CalendricalException
An exception used when conversion of a calendrical date-time object fails.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serialization identifier for this class.
      See Also:
  • Constructor Details

    • CalendarConversionException

      public CalendarConversionException(String message)
      Constructs a new conversion exception with the specified message.
      Parameters:
      message - the message to use for this exception, may be null