package exception
Type Members
- final case class DuplicateSourceColumnException(columnName: String, element: Var) extends RelationalException with Product with Serializable
- final case class RecordHeaderException(msg: String) extends RelationalException with Product with Serializable
- abstract class RelationalException extends InternalException