Changeset 6765 for trunk/www/exception/exception.jsp
- Timestamp:
- Mar 10, 2015, 8:22:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/exception/exception.jsp
r6309 r6765 61 61 { 62 62 org.apache.jasper.JasperException jex = (org.apache.jasper.JasperException)ex; 63 ex = jex.getRootCause();63 if (jex.getRootCause() != null) ex = jex.getRootCause(); 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.