![JAR search and dependency download from the Maven repository](/logo.png)
net.thisptr.jackson.jq.exception.JsonQueryUndefinedBehaviorException Maven / Gradle / Ivy
The newest version!
package net.thisptr.jackson.jq.exception;
public class JsonQueryUndefinedBehaviorException extends JsonQueryException {
private static final long serialVersionUID = 6910999258451981582L;
public JsonQueryUndefinedBehaviorException(final String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy