|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.configuration.AnnotationRequired
public class AnnotationRequired
Constructor Summary | |
---|---|
AnnotationRequired(java.lang.Class<?> annotatedClass,
java.lang.Class<? extends java.lang.annotation.Annotation> missingAnnotation)
Used when an annotation is required and not found |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotationRequired(java.lang.Class<?> annotatedClass, java.lang.Class<? extends java.lang.annotation.Annotation> missingAnnotation)
annotatedClass
- the annotated ClassmissingAnnotation
- the missing Annotation class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |