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

net.thisptr.jackson.jq.exception.JsonQueryUndefinedBehaviorException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy