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

com.github.jshaptic.js4j.JsonParserException Maven / Gradle / Ivy

Go to download

Wrapper for Java classes, which emulates Javascript variables and its API. Also includes ported Lodash library.

The newest version!
package com.github.jshaptic.js4j;

public class JsonParserException extends RuntimeException
{
	private static final long serialVersionUID = -209820207012642147L;
	
	public JsonParserException(String message)
	{
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy