biz.c24.io.api
Class DateFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
biz.c24.io.api.DateFormatException
- All Implemented Interfaces:
- Serializable
public class DateFormatException
- extends IllegalArgumentException
An exception signifying a string does not conform to a certain date format pattern.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DateFormatException
public DateFormatException()
- Constructs a new instances with no detail message.
DateFormatException
public DateFormatException(String msg)
- Constructs a new instances with the specified detail message.
- Parameters:
msg
- The detail message
C24 Technologies © 2002-2012: All Rights Reserved.