public static interface JavaCodeFragment.ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandledException(PsiClassType exceptionType)
Checks if the specified exception is considered handled
in the context where the fragment is used.
|
boolean isHandledException(PsiClassType exceptionType)
exceptionType - the type of the exception to check.