JSP can handle exceptions

Software ResiliencyCode Reliability

Why you should care

When writing a JSP code, coding errors can happen at any part of the code. When an error occurs, the file cannot be found causing an exception. Such exceptions included are Checked exceptions, Runtime exceptions, Errors.

JSP provides ways to handle exceptions such as specifying Error Page for each JSP and the JSP container invokes the error page whenever the error throws an exception. Different exception objects including retrieving Messages, Causes, Strings, StackTrace, and so forth.

Business Impacts

It is recommended to use exception catching methods as it helps solve potential errors in the code thus reducing risks and increasing productivity in the code.

Production Risk
5362

How we detect

This code insight shows If some data is present outside their respective bounds, then crashes are avoided in the process.

5362

About CAST and Highlight’s Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.

See featuresHow it works