Package

ai.deepsense.deeplang.doperations

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class BacktickInColumnNameException(columns: List[String]) extends DeepLangException with Product with Serializable

    Permalink
  2. case class ColumnAliasNotUniqueException(alias: String) extends DeepLangException with Product with Serializable

    Permalink
  3. case class ColumnDoesNotExistException(selection: SingleColumnSelection, schema: StructType) extends DOperationExecutionException with Product with Serializable

    Permalink
  4. case class ColumnsDoNotExistException(invalidSelection: ColumnSelection, schema: StructType) extends DOperationExecutionException with Product with Serializable

    Permalink
  5. case class CustomOperationExecutionException(message: String) extends DOperationExecutionException with Product with Serializable

    Permalink
  6. abstract class DOperationExecutionException extends DeepLangException

    Permalink
  7. case class DeepSenseIOException(e: Throwable) extends DeepLangException with Product with Serializable

    Permalink
  8. case class DeepSenseUnknownHostException(e: Throwable) extends DeepLangException with Product with Serializable

    Permalink
  9. case class DuplicatedColumnsException(columns: List[String]) extends DeepLangException with Product with Serializable

    Permalink
  10. case class MultipleTypesReplacementException(columnTypes: Map[String, ColumnType]) extends DOperationExecutionException with Product with Serializable

    Permalink
  11. case class SchemaMismatchException(message: String) extends DOperationExecutionException with Product with Serializable

    Permalink
  12. case class SqlColumnExpressionSyntaxException(formula: String) extends DeepLangException with Product with Serializable

    Permalink
  13. case class SqlColumnTransformationExecutionException(inputColumnName: String, formula: String, outputColumnName: String, rootCause: Option[Throwable]) extends DOperationExecutionException with Product with Serializable

    Permalink
  14. case class SqlExpressionException(formula: String, errorText: String) extends DeepLangException with Product with Serializable

    Permalink
  15. case class TooManyPossibleTypesException() extends DeepLangException with Product with Serializable

    Permalink
  16. class UnknownOperationExecutionException extends DeepLangException

    Permalink
  17. case class UnsupportedColumnTypeException(message: String) extends DOperationExecutionException with Product with Serializable

    Permalink
  18. case class ValueConversionException(value: String, field: StructField) extends DOperationExecutionException with Product with Serializable

    Permalink
  19. case class WriteFileException(path: String, e: SparkException) extends DeepSenseException with Product with Serializable

    Permalink
  20. case class WrongColumnTypeException(message: String) extends DOperationExecutionException with Product with Serializable

    Permalink

Value Members

  1. object ColumnDoesNotExistException extends Serializable

    Permalink
  2. object ColumnsDoNotExistException extends Serializable

    Permalink
  3. object EmptyDataframeException extends DeepLangException with Product with Serializable

    Permalink
  4. object UnsupportedColumnTypeException extends Serializable

    Permalink
  5. object WrongColumnTypeException extends Serializable

    Permalink

Ungrouped