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 Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

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

Attributes

Source:
exceptions.scala

Attributes

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

Attributes

Source:
exceptions.scala