dev.vality.fraudo.exception.FieldUnsetException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fraudo Show documentation
Show all versions of fraudo Show documentation
Language for describing antifraud patterns
package dev.vality.fraudo.exception;
public class FieldUnsetException extends RuntimeException {
public static final String ERROR_MESSAGE = "Count target field is not set or bad format! (must be \"*\")";
public FieldUnsetException() {
super(ERROR_MESSAGE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy