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

org.eweb4j.mvc.MVCException Maven / Gradle / Ivy

The newest version!
package org.eweb4j.mvc;

public class MVCException extends RuntimeException {
	private static final long serialVersionUID = 2115751740836592865L;

	public MVCException(String err) {
		super(err);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy