Package com.stata.sfi

Class SIFDateTimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stata.sfi.SIFDateTimeException
All Implemented Interfaces:
Serializable

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

    • 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)