Package com.helixframework.assertion
Class AssertionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.assertion.AssertionFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when an assertion fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssertionFailedException(Require.AssertionType assertionType, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertionFailedException
-
-
Method Details
-
getAssertionType
-