public class ExceptionCheckSimple extends Object implements ExceptionCheck
| Modifier and Type | Field and Description |
|---|---|
static ExceptionCheck |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAgainst(AbstractMemberFunctionInvokation functionInvokation) |
boolean |
checkAgainst(Set<? extends JavaTypeInstance> thrown) |
boolean |
checkAgainstException(Expression expression) |
boolean |
mightCatchUnchecked() |
public static final ExceptionCheck INSTANCE
public boolean checkAgainst(Set<? extends JavaTypeInstance> thrown)
checkAgainst in interface ExceptionCheckpublic boolean checkAgainst(AbstractMemberFunctionInvokation functionInvokation)
checkAgainst in interface ExceptionCheckpublic boolean checkAgainstException(Expression expression)
checkAgainstException in interface ExceptionCheckpublic boolean mightCatchUnchecked()
mightCatchUnchecked in interface ExceptionCheckCopyright © 2011-2021. All Rights Reserved.