Detecting Potentially Irregular Exception Handling Code
handleLogin(String, String) throws LoginFailException
{
try
{
(...)
throws LoginFailException;
}
catch ( Exception )
{
(...)
throws LoginFailException;
}
}
Previous slide
Next slide
Back to first slide
View graphic version