|
||||||||||
| 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.MissingAnnotationException
public class MissingAnnotationException
| Constructor Summary | |
|---|---|
MissingAnnotationException(java.lang.Class<?> annotatedClass,
java.lang.Class<? extends java.lang.annotation.Annotation> missingAnnotation)
Used when an annotation is required and not found |
|
MissingAnnotationException(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.String missingMemberName)
Used when a member 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 MissingAnnotationException(java.lang.Class<?> annotatedClass,
java.lang.Class<? extends java.lang.annotation.Annotation> missingAnnotation)
annotatedClass - the annotated ClassmissingAnnotation - the missing Annotation class
public MissingAnnotationException(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.String missingMemberName)
annotation - the Annotation classmissingMemberName - the missing member name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||