public class DocumentHandlerException
extends java.lang.Exception
| Constructor and Description |
|---|
DocumentHandlerException()
Default constructor.
|
DocumentHandlerException(java.lang.String message)
Constructs with message.
|
DocumentHandlerException(java.lang.Throwable cause)
Constructs with chained exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Retrieves nested exception.
|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream ps) |
void |
printStackTrace(java.io.PrintWriter pw) |
public DocumentHandlerException()
public DocumentHandlerException(java.lang.String message)
public DocumentHandlerException(java.lang.Throwable cause)
public java.lang.Throwable getException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.ThrowableCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.