-
- All Implemented Interfaces:
-
java.io.Serializable
public class AssertionException extends RuntimeException
Like AssertionError but extends RuntimeException so that it may be caught by a . See that class for more details. Used in conjunction with SoftAssertions.
-
-
Constructor Summary
Constructors Constructor Description AssertionException(String detailMessage)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AssertionException
AssertionException(String detailMessage)
-
-
-
-