|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.text.ParseException
com.enterprisedt.net.ftp.DateParseException
public class DateParseException
Throw this in parsers for date parsing exceptions
Field Summary | |
---|---|
static java.lang.String |
cvsId
Revision control id |
Constructor Summary | |
---|---|
DateParseException(java.lang.String msg)
Constructor. |
Method Summary |
---|
Methods inherited from class java.text.ParseException |
---|
getErrorOffset |
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 |
Field Detail |
---|
public static final java.lang.String cvsId
Constructor Detail |
---|
public DateParseException(java.lang.String msg)
msg
- Message that the user will be
able to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |