public class StubTextInconsistencyException extends java.lang.RuntimeException implements ExceptionWithAttachments
Modifier and Type | Method and Description |
---|---|
static void |
checkStubTextConsistency(PsiFile file) |
Attachment [] |
getAttachments() |
java.lang.String |
getStubsFromPsi() |
java.lang.String |
getStubsFromText() |
public java.lang.String getStubsFromText()
public java.lang.String getStubsFromPsi()
public Attachment [] getAttachments()
getAttachments
in interface ExceptionWithAttachments
public static void checkStubTextConsistency(PsiFile file) throws StubTextInconsistencyException
StubTextInconsistencyException