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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PreconditionViolationException(java.lang.String message)
PreconditionViolationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-