org.apache.lucene.ant
Class DocumentHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.lucene.ant.DocumentHandlerException
- All Implemented Interfaces:
- Serializable
public class DocumentHandlerException
- extends Exception
- See Also:
- Serialized Form
DocumentHandlerException
public DocumentHandlerException()
- Default constructor.
DocumentHandlerException
public DocumentHandlerException(String message)
- Constructs with message.
DocumentHandlerException
public DocumentHandlerException(Throwable cause)
- Constructs with chained exception.
getException
public Throwable getException()
- Retrieves nested exception.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.