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

com.github.siwenyan.dish_parser.BadSmellException Maven / Gradle / Ivy

package com.github.siwenyan.dish_parser;

@SuppressWarnings("serial")
public class BadSmellException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy