it.sauronsoftware.ftp4j
Class FTPListParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.sauronsoftware.ftp4j.FTPListParseException
All Implemented Interfaces:
java.io.Serializable

public class FTPListParseException
extends java.lang.Exception

Exception thrown by the list() method in FTPClient objects when the response sent by the server to a FTP list command is not parseable through the known parsers.

Author:
Carlo Pelliccia
See Also:
Serialized Form

Constructor Summary
FTPListParseException()
           
 
Method Summary
 
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

FTPListParseException

public FTPListParseException()