public class DocumentException extends Exception
DocumentException
is a nested Exception which may be thrown
during the processing of a DOM4J document.
构造器和说明 |
---|
DocumentException() |
DocumentException(String message) |
DocumentException(String message,
Throwable nestedException) |
DocumentException(Throwable nestedException) |
限定符和类型 | 方法和说明 |
---|---|
Throwable |
getCause() |
String |
getMessage() |
Throwable |
getNestedException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream out) |
void |
printStackTrace(PrintWriter writer) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public DocumentException()
public DocumentException(String message)
public DocumentException(Throwable nestedException)
public Throwable getNestedException()
public String getMessage()
getMessage
在类中 Throwable
public void printStackTrace()
printStackTrace
在类中 Throwable
public void printStackTrace(PrintStream out)
printStackTrace
在类中 Throwable
public void printStackTrace(PrintWriter writer)
printStackTrace
在类中 Throwable
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by