ParseError

kantan.csv.ParseError
See theParseError companion class
object ParseError

Declares all possible values of type ParseError.

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ParseError.type

Members list

Type members

Classlikes

final case class IOError(message: String) extends ParseError

Error that occurs while interacting with an IO resource.

Error that occurs while interacting with an IO resource.

This is typically used to wrap a java.io.IOException.

Attributes

Companion
object
Supertypes
class ParseError
class ReadError
class Error
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object IOError extends ErrorCompanion[IOError]

Provides convenience methods for ParseError.IOError instance creation.

Provides convenience methods for ParseError.IOError instance creation.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class ErrorCompanion[IOError]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
IOError.type
case object NoSuchElement extends ParseError

Error that occurs when attempting to read from an empty CsvReader.

Error that occurs when attempting to read from an empty CsvReader.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class ParseError
class ReadError
class Error
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror