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

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

There is a newer version: 198
Show newest version
package net.thisptr.jackson.jq.exception;

public class IllegalJsonArgumentException extends JsonQueryException {
	private static final long serialVersionUID = 1036641236398705267L;

	public IllegalJsonArgumentException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy