Class ModelParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.gebit.integrity.runner.exceptions.ModelLoadException
-
- de.gebit.integrity.runner.exceptions.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 Summary
Constructors Constructor Description ModelParseException(String aMessage, List<Diagnostic> someErrors)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Diagnostic>getErrors()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModelParseException
public ModelParseException(String aMessage, List<Diagnostic> someErrors)
Creates a new instance.- Parameters:
aMessage- the error messagesomeErrors- the errors occurring during parsing
-
-
Method Detail
-
getErrors
public List<Diagnostic> getErrors()
-
-