public class ExceptionWorker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionWorker.ParsedLine |
Constructor and Description |
---|
ExceptionWorker(ExceptionInfoCache cache) |
Modifier and Type | Method and Description |
---|---|
Filter.Result |
execute(java.lang.String line,
int textEndOffset) |
Filter.Result |
execute(java.lang.String line,
int textEndOffset,
PsiElementFilter elementMatcher) |
PsiFile |
getFile() |
ExceptionWorker.ParsedLine |
getInfo() |
PsiElementFilter |
getLocationRefiner() |
java.lang.String |
getMethod() |
PsiClass |
getPsiClass() |
Filter.Result |
getResult() |
static ExceptionWorker.ParsedLine |
parseExceptionLine(java.lang.String line) |
public ExceptionWorker(ExceptionInfoCache cache)
public Filter.Result execute(java.lang.String line, int textEndOffset)
public Filter.Result execute(java.lang.String line, int textEndOffset, PsiElementFilter elementMatcher)
public PsiElementFilter getLocationRefiner()
public Filter.Result getResult()
public PsiClass getPsiClass()
public java.lang.String getMethod()
public PsiFile getFile()
public ExceptionWorker.ParsedLine getInfo()
public static ExceptionWorker.ParsedLine parseExceptionLine(java.lang.String line)