
org.eweb4j.mvc.MVCException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
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