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

spinjar.com.minidev.asm.ex.ConvertException Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
package net.minidev.asm.ex;

public class ConvertException extends RuntimeException {
	private static final long serialVersionUID = 1L;

	public ConvertException() {
		super();
	}

	public ConvertException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy