Package org.jbehave.core.failures
Class KnownFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbehave.core.failures.KnownFailure
-
- All Implemented Interfaces:
Serializable
public class KnownFailure extends RuntimeException
Runtime exception thrown to indicate the occurrence of a known failure. A known failure will typically be handled with less verbose reporting.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KnownFailure()
KnownFailure(String message)
KnownFailure(String message, Throwable cause)
KnownFailure(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-