com.ivata.mask.web.format
Class DateFormatterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ivata.mask.util.SystemException
              extended bycom.ivata.mask.web.format.DateFormatterException
All Implemented Interfaces:
java.io.Serializable

public class DateFormatterException
extends com.ivata.mask.util.SystemException

An instance of this class gets thrown if there is any formatting exception in the SettingDateFormatter.

Since:
ivata masks 0.5. (2002-07-09)
Version:
$Revision: 1.2 $
Author:
Colin MacLeod colin.macleod@ivata.com
See Also:
Serialized Form

Constructor Summary
DateFormatterException(java.lang.String message)
          Creates a new instance of DateFormatterException.
DateFormatterException(java.lang.Throwable cause)
          Creates a new instance of DateFormatterException.
 
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

DateFormatterException

public DateFormatterException(java.lang.String message)

Creates a new instance of DateFormatterException.

Parameters:
message - a clear error message indicating what should be done to resolve this exception.

DateFormatterException

public DateFormatterException(java.lang.Throwable cause)

Creates a new instance of DateFormatterException.

Parameters:
cause - wrapped exception which caused this one to happen.


Copyright © 2001-2005 ivata limited. All Rights Reserved.