Class UnresolvedIdentifiersException

    • Field Detail

      • exceptions

        protected java.util.ArrayList<ParseException> exceptions
        List of exceptions (one per unresolved identifier).
    • Constructor Detail

      • UnresolvedIdentifiersException

        public UnresolvedIdentifiersException()
        Build an empty UnresolvedIdentifiersException (that's to say: there is no unresolved identifier).
    • Method Detail

      • getNbErrors

        public final int getNbErrors()
        Gets the number of unresolved identifiers.
        Returns:
        The number of unresolved identifiers.
      • getErrors

        public final java.util.Iterator<ParseException> getErrors()
        Gets the list of all errors.
        Returns:
        Errors list.
      • iterator

        public final java.util.Iterator<ParseException> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<ParseException>
      • getMessage

        public java.lang.String getMessage()
        Only tells how many identifiers have not been resolved.
        Overrides:
        getMessage in class java.lang.Throwable
        See Also:
        Throwable.getMessage()