All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.valid8j.pcond.validator.exceptions.PostconditionViolationException Maven / Gradle / Ivy

Go to download

Java Library Providing Uniformed Programming Experiences across DbC, Value Checking, and Test Assertions

There is a newer version: 2.1.7
Show newest version
package com.github.valid8j.pcond.validator.exceptions;

/**
 * An exception intended to be used, when a post-condition is not satisfied.
 */
public class PostconditionViolationException extends RuntimeException {
  public PostconditionViolationException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy