Class ModelLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.gebit.integrity.runner.exceptions.ModelLoadException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModelAmbiguousException
,ModelLinkException
,ModelParseException
public class ModelLoadException extends Exception
Basic exception for errors during model loading.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelLoadException(String aMessage)
Creates a new instance.ModelLoadException(String aMessage, Throwable aNestedException)
Creates a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModelLoadException
public ModelLoadException(String aMessage)
Creates a new instance.- Parameters:
aMessage
- the error message
-
-