public class ResolveAnnotationException
extends java.lang.RuntimeException
Constructor and Description |
---|
ResolveAnnotationException(java.lang.String message)
Sets the message for the exception.
|
ResolveAnnotationException(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 ResolveAnnotationException(java.lang.String message)
message
- the messagepublic ResolveAnnotationException(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.Throwable
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
ps
- the byte stream in which to print the stack tracepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
pw
- the character stream in which to print the stack trace