Package com.google.j2cl.junit.runtime
Class InternalAssumptionViolatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.j2cl.junit.runtime.InternalAssumptionViolatedException
- All Implemented Interfaces:
Serializable
A base exception for when an Assumption fails during the execution of a test.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAn assumption exception with the given message only.InternalAssumptionViolatedException(String message, Throwable t) An assumption exception with the given message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalAssumptionViolatedException
An assumption exception with the given message only. -
InternalAssumptionViolatedException
An assumption exception with the given message and a cause.
-