Package railo.runtime.exp

Interface Summary
IPageException interface of the root business exception of railo
PageExceptionBox Interface for exception class how contain a page exception inside
 

Exception Summary
PageException root Exception for railo runtime
PageServletException by definition a JSP Tag can only throw JSPExceptions, for that case the PageException is a Subclass of the JSPExceptions, but when a PageException, is escaleted to a parent page, this goes over the include method of the PageContext Object, but this can only throw ServletException.