Advanced Customization > Info*Engine User’s Guide > Info*Engine JSP Pages > Catching Exceptions
  
Catching Exceptions
There are three general ways that you can code your JSP pages to catch exceptions:
Use an error page.
Use a try/catch block.
Use the unit tag and nested success and failure tags (not suggested in JSPs).