Interface ErrorCode

All Known Implementing Classes:
ParserError

public interface ErrorCode
Represents a unique error code.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Implementations are encouraged to use a prefix for a group of related problems, i.e.
  • Method Details

    • getName

      String getName()
      Implementations are encouraged to use a prefix for a group of related problems, i.e. the parser error codes start with PARSER_.
      Returns:
      the unique name