Package com.enterprisedt.net.ftp
Class DateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
com.enterprisedt.net.ftp.DateParseException
- All Implemented Interfaces:
Serializable
Throw this in parsers for date parsing exceptions
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.text.ParseException
getErrorOffsetMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cvsId
Revision control id- See Also:
-
-
Constructor Details
-
DateParseException
Constructor. Delegates to super.- Parameters:
msg- Message that the user will be able to retrieve
-