|
|||||||||
| Home >> All >> org >> apache >> commons >> net >> ftp >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.net.ftp.parser
Class ParserInitializationException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.net.ftp.parser.ParserInitializationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParserInitializationException
- extends java.lang.RuntimeException
This class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating and instantiating an FTPFileEntryParser.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
rootCause
Root exception that caused this to be thrown |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ParserInitializationException(java.lang.String message)
Constucts a ParserInitializationException with just a message |
|
ParserInitializationException(java.lang.String message,
java.lang.Throwable rootCause)
Constucts a ParserInitializationException with a message and a root cause. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
returns the root cause of this exception or null if no root cause was specified. |
| 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 |
rootCause
private final java.lang.Throwable rootCause
- Root exception that caused this to be thrown
| Constructor Detail |
ParserInitializationException
public ParserInitializationException(java.lang.String message)
- Constucts a ParserInitializationException with just a message
ParserInitializationException
public ParserInitializationException(java.lang.String message, java.lang.Throwable rootCause)
- Constucts a ParserInitializationException with a message
and a root cause.
| Method Detail |
getRootCause
public java.lang.Throwable getRootCause()
- returns the root cause of this exception or null
if no root cause was specified.
|
|||||||||
| Home >> All >> org >> apache >> commons >> net >> ftp >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC