org.jbehave.core.configuration
Class AnnotationRequired
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.configuration.AnnotationRequired
- All Implemented Interfaces:
- Serializable
public class AnnotationRequired
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AnnotationRequired
public AnnotationRequired(Class<?> annotatedClass,
Class<? extends Annotation> missingAnnotation)
- Used when an annotation is required and not found
- Parameters:
annotatedClass
- the annotated ClassmissingAnnotation
- the missing Annotation class
Copyright © 2003-2011. All Rights Reserved.