org.apache.lucene.ant
public class DocumentHandlerException extends Exception
| Constructor Summary | |
|---|---|
| DocumentHandlerException()
Default constructor. | |
| DocumentHandlerException(String message)
Constructs with message. | |
| DocumentHandlerException(Throwable cause)
Constructs with chained exception. | |
| Method Summary | |
|---|---|
| Throwable | getException()
Retrieves nested exception. |
| void | printStackTrace() |
| void | printStackTrace(PrintStream ps) |
| void | printStackTrace(PrintWriter pw) |