Package javax.time

Class CalendricalException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      A serialization identifier for this class.
    • Constructor Summary

      Constructors 
      Constructor Description
      CalendricalException​(java.lang.String message)
      Constructs a new conversion exception with the specified message.
      CalendricalException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new conversion exception with the specified message and cause.
    • 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

      • CalendricalException

        public CalendricalException​(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
      • CalendricalException

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