Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.kogito.process.validation.ValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String processId, String errorMessage) ValidationException(String processId, Collection<? extends ValidationError> errors) ValidationException(String processId, ValidationError error) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
getErrors
-
getProcessId
-
getMessage
- Overrides:
getMessagein classThrowable
-