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