All Classes and Interfaces
Class
Description
This exception is thrown by
Fishbowl.exceptionThrownBy(Statement)
if the provided Statement
did not throw an exception.This exception is thrown by
Fishbowl.exceptionThrownBy(Statement, java.lang.Class)
if the provided Statement
did throw an exception that does not have the specified type.Fishbowl
provides helper methods for dealing with exceptions.Code that should be executed by
Fishbowl.exceptionThrownBy(Statement)
.Code that returns a value if it is executed by
Fishbowl.exceptionThrownBy(Statement)
.Wraps another exception.