Package com.stata.sfi

Class SIFDateTimeException

  • All Implemented Interfaces:
    Serializable

    public class SIFDateTimeException
    extends Exception
    Signals that an exception occurred when processing a SIF date.
    See Also:
    Serialized Form
    • Constructor Detail

      • SIFDateTimeException

        public SIFDateTimeException()
      • SIFDateTimeException

        public SIFDateTimeException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)
      • SIFDateTimeException

        public SIFDateTimeException​(String message,
                                    Throwable cause)
      • SIFDateTimeException

        public SIFDateTimeException​(String message)
      • SIFDateTimeException

        public SIFDateTimeException​(Throwable cause)