Package org.junit.platform.commons.util
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
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PreconditionViolationException
@API(status=DEPRECATED,
since="1.5")
@Deprecated
public class PreconditionViolationException
extends JUnitException
Deprecated.
Use PreconditionViolationException instead.
Thrown if a precondition is violated.
- Since:
- 1.0
- See Also:
Preconditions, Serialized Form
-
Constructor Summary
Constructors Constructor Description PreconditionViolationException(java.lang.String message)Deprecated.PreconditionViolationException(java.lang.String message, java.lang.Throwable cause)Deprecated. -
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)Deprecated. -
PreconditionViolationException
public PreconditionViolationException(java.lang.String message, java.lang.Throwable cause)Deprecated.
-