Class Problem


  • public class Problem
    extends Object
    • Field Detail

      • errorMessage

        protected String errorMessage
      • resource

        protected String resource
      • line

        protected int line
      • column

        protected int column
    • Constructor Detail

      • Problem

        public Problem​(String errorMessage,
                       String localName,
                       int lineNumber,
                       int columnNumber)