
com.github.dakusui.valid8j_pcond.validator.exceptions.PreconditionViolationException Maven / Gradle / Ivy
The newest version!
package com.github.dakusui.valid8j_pcond.validator.exceptions;
/**
* An exception intended to be used, when a pre-condition is not satisfied.
*/
public class PreconditionViolationException extends RuntimeException {
public PreconditionViolationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy