public final class MissingAnnotatedMemberException extends AnnotationProcessingException
| Constructor and Description |
|---|
MissingAnnotatedMemberException(Object o,
Class<? extends Annotation> annotationClass)
Constructs a new exception with the specified target object and annotation type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingAnnotatedMemberException(Object o, Class<? extends Annotation> annotationClass)
o - the object which caused the exceptionannotationClass - the annotation which was missing on the objectCopyright © 2020. All rights reserved.