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