
org.zdevra.guice.mvc.exceptions.JSilverViewException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lime-jsilver Show documentation
Show all versions of lime-jsilver Show documentation
MVC with JSilver template engine for Google Guice
The newest version!
package org.zdevra.guice.mvc.exceptions;
import javax.servlet.http.HttpServletRequest;
/**
* Caught when something wrong happens in
* JSilver view.
*/
public class JSilverViewException extends ViewException {
public JSilverViewException(String viewId, HttpServletRequest request, Throwable e) {
super(viewId, request, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy