Class ModelParseException

  • All Implemented Interfaces:
    Serializable

    public class ModelParseException
    extends ModelLoadException
    Exception thrown if any errors appear during parsing of the data model.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelParseException

        public ModelParseException​(String aMessage,
                                   List<Diagnostic> someErrors)
        Creates a new instance.
        Parameters:
        aMessage - the error message
        someErrors - the errors occurring during parsing