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

com.github.dakusui.valid8j_pcond.validator.exceptions.PostconditionViolationException Maven / Gradle / Ivy

The newest version!
package com.github.dakusui.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