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

org.zdevra.guice.mvc.exceptions.JSilverViewException Maven / Gradle / Ivy

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