public class AnnotationException extends RuntimeException
Constructor and Description |
---|
AnnotationException(String message)
Constructs a new
AnnotationException with the specified detail message. |
AnnotationException(String message,
Throwable cause)
Constructs a new
AnnotationException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationException(String message)
AnnotationException
with the specified detail message.message
- the detail message.Copyright © 2014. All rights reserved.