|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.net.ftp.parser.ParserInitializationException
public class ParserInitializationException
This class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating and instantiating an FTPFileEntryParser.
Constructor Summary | |
---|---|
ParserInitializationException(String message)
Constucts a ParserInitializationException with just a message |
|
ParserInitializationException(String message,
Throwable rootCause)
Constucts a ParserInitializationException with a message and a root cause. |
Method Summary | |
---|---|
Throwable |
getRootCause()
Deprecated. use Throwable.getCause() instead |
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 |
---|
public ParserInitializationException(String message)
message
- Exception messagepublic ParserInitializationException(String message, Throwable rootCause)
message
- Exception messagerootCause
- root cause throwable that caused
this to be thrownMethod Detail |
---|
@Deprecated public Throwable getRootCause()
Throwable.getCause()
instead
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |