UniCycle for Java


Version 1.2





Copyright © 2000 - Unity Software Systems Inc.





tests

There are six main cases where UniCycle will capture an unhandled exception thrown from a web application.


Sample #1
A JSP that does not exist is called
Sample #2
A logic error in a JSP generates a runtime exception.
Sample #3
A syntax error in a JSP causes a compile error.
Sample #4
An invalid method call in a JSP causes a compile error.
Sample #5
A servlet that does not exist is called.
Sample #6
A servlet throws an exception that is not handled.