Class DateParseException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class DateParseException
    extends java.lang.Exception
    Deprecated.
    (4.3) no longer used.
    An exception to indicate an error parsing a date string.
    Since:
    4.0
    See Also:
    DateUtils, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • 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
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DateParseException

        public DateParseException()
        Deprecated.
      • DateParseException

        public DateParseException​(java.lang.String message)
        Deprecated.
        Parameters:
        message - the exception message