Package com.github.stefanbirkner.fishbowl
package com.github.stefanbirkner.fishbowl
-
ClassDescriptionThis exception is thrown by
Fishbowl.exceptionThrownBy(Statement)
if the providedStatement
did not throw an exception.This exception is thrown byFishbowl.exceptionThrownBy(Statement, java.lang.Class)
if the providedStatement
did throw an exception that does not have the specified type.Fishbowl
provides helper methods for dealing with exceptions.Code that should be executed byFishbowl.exceptionThrownBy(Statement)
.Code that returns a value if it is executed byFishbowl.exceptionThrownBy(Statement)
.Wraps another exception.