Class MLValidationException

All Implemented Interfaces:
Serializable

public class MLValidationException extends MLException
This exception is thrown when validation failed.
See Also:
  • Constructor Details

    • MLValidationException

      public MLValidationException(String message)
      Constructor with error message.
      Parameters:
      message - message of the exception
    • MLValidationException

      public MLValidationException(Throwable cause)
      Constructor with specified cause.
      Parameters:
      cause - exception cause