Categories

Updated: 03/22/2006

Handling Unhandled Exceptions

Java Server Pages (JSP) could handle any erros that might be arised in scriptlets, expressions, or other JSP elements. You could use try/cacth blocks to handle any known erros. In this technic we could use to display a custom error on our file where unhandled exception is thrown.
©2003-2019 jCay.com