java.lang .Object java.lang .Throwable java.lang .Exception java.lang .RuntimeException org.apache.commons.net.ftp.parser .ParserInitializationException ParserInitializationException public class ParserInitializationException extends RuntimeException (Code) This class encapsulates all errors that may be thrown by
the process of an FTPFileEntryParserFactory creating and
instantiating an FTPFileEntryParser.
Method Summary public Throwable getRootCause () returns the root cause of this exception or null
if no root cause was specified.
ParserInitializationException public ParserInitializationException(String message)(Code) Constucts a ParserInitializationException with just a message
Parameters: message - Exception message
ParserInitializationException public ParserInitializationException(String message, Throwable rootCause)(Code) Constucts a ParserInitializationException with a message
and a root cause.
Parameters: message - Exception messageParameters: rootCause - root cause throwable that causedthis to be thrown
getRootCause public Throwable getRootCause()(Code) returns the root cause of this exception or null
if no root cause was specified.
the root cause of this exception being thrown