Class EUnitParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EUnitParseException
    extends EolRuntimeException
    Exception for when EUnit modules have parsing problems. Normally we just hang on and continue processing, but with EUnit we prefer to just abort execution.
    Version:
    1.0
    Author:
    Antonio García-Domínguez
    See Also:
    Serialized Form
    • Constructor Detail

      • EUnitParseException

        public EUnitParseException​(java.util.List<ParseProblem> parseProblems)