Package

ai.deepsense.deeplang.params

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayTooLong(name: String, arrayLength: Int, maxLength: Int) extends ValidationException with Product with Serializable

    Permalink
  2. case class ArrayTooShort(name: String, arrayLength: Int, minLength: Int) extends ValidationException with Product with Serializable

    Permalink
  3. case class IllegalIndexRangeColumnSelectionException(selection: IndexRangeColumnSelection) extends ValidationException with Product with Serializable

    Permalink
  4. case class MatchException(value: String, regex: Regex) extends ValidationException with Product with Serializable

    Permalink
  5. case class NoArgumentConstructorRequiredException(className: String) extends DeepLangException with Product with Serializable

    Permalink
  6. case class OutOfRangeException(name: String, value: Double, lowerBound: Double, upperBound: Double) extends ValidationException with Product with Serializable

    Permalink
  7. case class OutOfRangeWithStepException(name: String, value: Double, lowerBound: Double, upperBound: Double, step: Double) extends ValidationException with Product with Serializable

    Permalink
  8. case class ParamValueNotProvidedException(name: String) extends ValidationException with Product with Serializable

    Permalink
  9. case class ParamsEqualException(firstParamName: String, secondParamName: String, value: String) extends ValidationException with Product with Serializable

    Permalink
  10. case class TypeConversionException(source: Any, targetTypeName: String) extends ValidationException with Product with Serializable

    Permalink
  11. abstract class ValidationException extends DeepLangException

    Permalink

    Base class for all Parameters Validation exceptions.

Value Members

  1. object EmptyColumnNameException extends ValidationException with Product with Serializable

    Permalink
  2. object EmptyColumnPrefixNameException extends ValidationException with Product with Serializable

    Permalink

Ungrouped