org.jbehave.core.errors
Class BeforeOrAfterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.errors.BeforeOrAfterException
- All Implemented Interfaces:
- Serializable
public class BeforeOrAfterException
- extends RuntimeException
Thrown when methods with before or after annotations (story or core) fail.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeforeOrAfterException
public BeforeOrAfterException(Class<? extends Annotation> annotation,
Method method,
Throwable t)
Copyright © 2003-2010. All Rights Reserved.