biz.c24.io.api
Class DateFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
DateFormatException()
          Constructs a new instances with no detail message.
DateFormatException(String msg)
          Constructs a new instances with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.