public class IllegalAnnotationException extends RuntimeException
The runtime throws this exception when it finds errors in the way the com4j annotations are used.
Constructor and Description |
---|
IllegalAnnotationException()
Standard constructor
|
IllegalAnnotationException(String message)
Constructor taking a message text.
|
IllegalAnnotationException(String message,
Throwable cause)
Constructor taking a message text and a cause.
|
IllegalAnnotationException(Throwable cause)
Constructor taking a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalAnnotationException()
public IllegalAnnotationException(String message)
message
- the error message of the IllegalAnnotationException
public IllegalAnnotationException(String message, Throwable cause)
message
- the error message of the IllegalAnnotationException
cause
- the cause of the IllegalAnnotationException
public IllegalAnnotationException(Throwable cause)
cause
- the cause of the IllegalAnnotationException
Copyright © 2014. All rights reserved.