Package org.junit.platform.commons
Class PreconditionViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.platform.commons.util.PreconditionViolationException
org.junit.platform.commons.PreconditionViolationException
- All Implemented Interfaces:
java.io.Serializable
@API(status=STABLE,
since="1.5")
public class PreconditionViolationException
extends PreconditionViolationException
Thrown if a precondition is violated.
- Since:
- 1.5
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PreconditionViolationException(java.lang.String message)PreconditionViolationException(java.lang.String message, java.lang.Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PreconditionViolationException
public PreconditionViolationException(java.lang.String message) -
PreconditionViolationException
public PreconditionViolationException(java.lang.String message, java.lang.Throwable cause)
-