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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SIFDateTimeException()
SIFDateTimeException(String message)
SIFDateTimeException(String message, Throwable cause)
SIFDateTimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
SIFDateTimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SIFDateTimeException
public SIFDateTimeException()
-
SIFDateTimeException
public SIFDateTimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
SIFDateTimeException
public SIFDateTimeException(String message)
-
SIFDateTimeException
public SIFDateTimeException(Throwable cause)
-
-