edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class DateParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.text.ParseException
              extended by com.enterprisedt.net.ftp.DateParseException
All Implemented Interfaces:
java.io.Serializable

public class DateParseException
extends java.text.ParseException

Throw this in parsers for date parsing exceptions

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw
See Also:
Serialized Form

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

cvsId

public static final java.lang.String cvsId
Revision control id

See Also:
Constant Field Values
Constructor Detail

DateParseException

public DateParseException(java.lang.String msg)
Constructor. Delegates to super.

Parameters:
msg - Message that the user will be able to retrieve


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.