|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ivata.mask.util.SystemException
com.ivata.mask.web.format.DateFormatterException
An instance of this class gets thrown if there is any formatting
exception in the SettingDateFormatter.
| 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 |
public DateFormatterException(java.lang.String message)
Creates a new instance of DateFormatterException.
message - a clear error message indicating what should be done to
resolve this exception.public DateFormatterException(java.lang.Throwable cause)
Creates a new instance of DateFormatterException.
cause - wrapped exception which caused this one to happen.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||