Class ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.unomi.schema.api.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException extends Exception
This Exception is throw only when a validation process failed due to unexpected error Or when we can't perform the validation due to missing data or invalid required data
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message)
    • ValidationException

      public ValidationException(Throwable throwable)
    • ValidationException

      public ValidationException(String message, Throwable throwable)