HeaderSizeError

fs2.data.csv.HeaderSizeError
class HeaderSizeError(msg: String, val expectedColumns: Int, val actualColumns: Int, val line: Option[Long], inner: Throwable) extends HeaderError

Raised when processing a Csv row whose width doesn't match the width of the Csv header row

Attributes

Source
exceptions.scala
Graph
Supertypes
class HeaderError
class CsvException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(expectedColumns: Int, actualColumns: Int, line: Option[Long])

Attributes

Source
exceptions.scala

Concrete methods

override def withLine(line: Option[Long]): HeaderSizeError

Attributes

Definition Classes
Source
exceptions.scala

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable

Concrete fields

val actualColumns: Int

Attributes

Source
exceptions.scala
val expectedColumns: Int

Attributes

Source
exceptions.scala
override val line: Option[Long]

Attributes

Source
exceptions.scala