suncertify.date
Class DateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.date.DateException

public class DateException
extends java.lang.Exception

The exception class that is customized to denote Exceptiojn during date operations.

See Also:
Serialized Form

Constructor Summary
DateException()
          The no argument constructor.
DateException(java.lang.String mesg)
          The single argument constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateException

public DateException()
The no argument constructor.

DateException

public DateException(java.lang.String mesg)
The single argument constructor.