| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.tc.backport175.proxy.ResolveAnnotationException
ResolveAnnotationException | public class ResolveAnnotationException extends RuntimeException (Code) | | Thrown when error in the runtime management of the annotations.
author: Jonas Bonér |
ResolveAnnotationException | public ResolveAnnotationException(String message)(Code) | | Sets the message for the exception.
Parameters: message - the message |
ResolveAnnotationException | public ResolveAnnotationException(String message, Throwable throwable)(Code) | | Sets the message for the exception and the original exception being wrapped.
Parameters: message - the detail of the error message Parameters: throwable - the original exception |
printStackTrace | public void printStackTrace()(Code) | | Print the full stack trace, including the original exception.
|
printStackTrace | public void printStackTrace(PrintStream ps)(Code) | | Print the full stack trace, including the original exception.
Parameters: ps - the byte stream in which to print the stack trace |
printStackTrace | public void printStackTrace(PrintWriter pw)(Code) | | Print the full stack trace, including the original exception.
Parameters: pw - the character stream in which to print the stack trace |
|
|