public class JavaDocParseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JavaDocParseException(java.lang.String message)
Sets the message for the exception.
|
JavaDocParseException(java.lang.String message,
java.lang.Throwable throwable)
Sets the message for the exception and the original exception being wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace()
Print the full stack trace, including the original exception.
|
void |
printStackTrace(java.io.PrintStream ps)
Print the full stack trace, including the original exception.
|
void |
printStackTrace(java.io.PrintWriter pw)
Print the full stack trace, including the original exception.
|
public JavaDocParseException(java.lang.String message)
message - the messagepublic JavaDocParseException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail of the error messagethrowable - the original exceptionpublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwableps - the byte stream in which to print the stack tracepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwablepw - the character stream in which to print the stack trace