public class AnnotationRequired extends RuntimeException
Constructor and Description |
---|
AnnotationRequired(Class<?> annotatedClass,
Class<? extends Annotation> missingAnnotation)
Used when an annotation is required and not found
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationRequired(Class<?> annotatedClass, Class<? extends Annotation> missingAnnotation)
annotatedClass
- the annotated ClassmissingAnnotation
- the missing Annotation classCopyright © 2003–2015. All rights reserved.