Interface PsiErrorElement

All Superinterfaces:
PsiElement

public interface PsiErrorElement extends PsiElement
Represents a syntax error (for example, invalid token) in Java or custom language code.
  • Method Details

    • getErrorDescription

      @NotNull @NotNull String getErrorDescription()
      Returns the description of the error.
      Returns:
      the error description.