Package org.mozilla.zest.core.v1
Class ZestAssertFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.zest.core.v1.ZestAssertFailException
-
- All Implemented Interfaces:
Serializable
public class ZestAssertFailException extends Exception
The Class ZestAssertFailException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZestAssertFailException(ZestAssertion assertion)Instantiates a new zest assert fail exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZestAssertiongetAssertion()Gets the assertion.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ZestAssertFailException
public ZestAssertFailException(ZestAssertion assertion)
Instantiates a new zest assert fail exception.- Parameters:
assertion- the assertion
-
-
Method Detail
-
getAssertion
public ZestAssertion getAssertion()
Gets the assertion.- Returns:
- the assertion
-
-