public class DocumentHandlerException extends Exception
Constructor and Description |
---|
DocumentHandlerException()
Default constructor.
|
DocumentHandlerException(String message)
Constructs with message.
|
DocumentHandlerException(Throwable cause)
Constructs with chained exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Retrieves nested exception.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public DocumentHandlerException()
public DocumentHandlerException(String message)
public DocumentHandlerException(Throwable cause)
public Throwable getException()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.