public abstract class CustomExceptionHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<CustomExceptionHandler> |
KEY |
| Constructor and Description |
|---|
CustomExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isHandled(PsiElement element,
PsiClassType exceptionType,
PsiElement topElement) |
public static final ExtensionPointName<CustomExceptionHandler> KEY
public abstract boolean isHandled(PsiElement element, PsiClassType exceptionType, PsiElement topElement)