Interface ExceptionCheck
-
- All Known Implementing Classes:
ExceptionCheckImpl
,ExceptionCheckSimple
public interface ExceptionCheck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkAgainst(java.util.Set<? extends JavaTypeInstance> thrown)
boolean
checkAgainst(AbstractMemberFunctionInvokation functionInvokation)
boolean
checkAgainstException(Expression expression)
boolean
mightCatchUnchecked()
-
-
-
Method Detail
-
checkAgainst
boolean checkAgainst(java.util.Set<? extends JavaTypeInstance> thrown)
-
checkAgainst
boolean checkAgainst(AbstractMemberFunctionInvokation functionInvokation)
-
checkAgainstException
boolean checkAgainstException(Expression expression)
-
mightCatchUnchecked
boolean mightCatchUnchecked()
-
-