Package org.openforis.commons.io.csv
Class DateFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.openforis.commons.io.csv.DateFormatException
-
- All Implemented Interfaces:
Serializable
public class DateFormatException extends IllegalArgumentException
- Author:
- G. Miceli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateFormatException()DateFormatException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DateFormatException
public DateFormatException()
-
DateFormatException
public DateFormatException(String s)
-
-