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, toStringpublic DocumentHandlerException()
public DocumentHandlerException(String message)
public DocumentHandlerException(Throwable cause)
public Throwable getException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.