org.apache.lucene.ant

Class DocumentHandlerException

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
ThrowablegetException()
Retrieves nested exception.
voidprintStackTrace()
voidprintStackTrace(PrintStream ps)
voidprintStackTrace(PrintWriter pw)

Constructor Detail

DocumentHandlerException

public DocumentHandlerException()
Default constructor.

DocumentHandlerException

public DocumentHandlerException(String message)
Constructs with message.

DocumentHandlerException

public DocumentHandlerException(Throwable cause)
Constructs with chained exception.

Method Detail

getException

public Throwable getException()
Retrieves nested exception.

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.