Package

ai.deepsense.deeplang.inference

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class AllTypesNotCompilableException(portIndex: Int) extends DeepLangException with Product with Serializable

    Permalink
  2. case class NameNotUniqueException(name: String) extends DeepLangException with Product with Serializable

    Permalink
  3. case class NoInputEdgesException(portIndex: Int) extends DeepLangException with Product with Serializable

    Permalink
  4. case class SelectedIncorrectColumnsNumber(multipleColumnSelection: MultipleColumnSelection, selectedColumnsNames: Seq[String], modelsCount: Int) extends DeepLangException with Product with Serializable

    Permalink
  5. case class SparkTransformSchemaException(exception: Exception) extends TransformSchemaException with Product with Serializable

    Permalink
  6. class TransformSchemaException extends DeepLangException

    Permalink

Ungrouped