Class KlumValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackbuild.klum.ast.runtime.KlumException
com.blackbuild.klum.ast.runtime.validation.KlumValidationException
- All Implemented Interfaces:
Serializable
Denotes an exception that means a validation error occurred in the model.
This is used to collect multiple validation errors and provide a detailed message.
Note that this is explicitly not a subclass of KlumModelException, since a KlumModelException
points to a specific model element that is invalid, while this exception collects multiple validation errors.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMessage(com.blackbuild.klum.ast.Validate.Level minimumLevel) Methods inherited from class com.blackbuild.klum.ast.runtime.KlumException
getBasicMessage, getPhase, getPhaseActionTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KlumValidationException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classKlumException
-
getMessage
-
getValidationResults
-