JDatePicker v4.3

com.standbysoft.component.date
Class DateParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.standbysoft.component.date.DateParserException
All Implemented Interfaces:
java.io.Serializable

public class DateParserException
extends java.lang.Exception

An exception that indicates a failed date parsing.

See Also:
Serialized Form

Constructor Summary
DateParserException()
          Constructs a DateParserException with null as its error detail message.
DateParserException(java.lang.String s)
          Constructs a DateParserException with the specified detail message.
 
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

DateParserException

public DateParserException()
Constructs a DateParserException with null as its error detail message.


DateParserException

public DateParserException(java.lang.String s)
Constructs a DateParserException with the specified detail message. The error message string s can later be retrieved by the getMessage method of class java.lang.Throwable.

Parameters:
s - detailed message

JDatePicker v4.3

Visit www.jdatepicker.com for further information or send us your suggestions.

Copyright © 2003-2007 Stand By Soft Ltd. All Rights Reserved.