Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        A serialization identifier for this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CalendarConversionException

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