| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.ivata.mask.util.SystemException com.ivata.mask.web.format.DateFormatterException
DateFormatterException | public class DateFormatterException extends SystemException (Code) | | An instance of this class gets thrown if there is any formatting
exception in the
SettingDateFormatter SettingDateFormatter .
since: ivata masks 0.5. (2002-07-09) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.4 $ |
DateFormatterException | public DateFormatterException(String message)(Code) | | Creates a new instance of DateFormatterException.
Parameters: message - a clear error message indicating what should be done toresolve this exception. |
DateFormatterException | public DateFormatterException(String message, Throwable cause)(Code) | | Creates a new instance of DateFormatterException.
Parameters: message - a clear error message indicating what should be done toresolve this exception. Parameters: cause - wrapped exception which caused this one to happen. |
DateFormatterException | public DateFormatterException(Throwable cause)(Code) | | Creates a new instance of DateFormatterException.
Parameters: cause - wrapped exception which caused this one to happen. |
|
|
|