kantan.csv.ParseError
See theParseError companion class
object ParseError
Declares all possible values of type ParseError.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass 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 ParseErrorclass ReadErrorclass Errortrait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Provides convenience methods for ParseError.IOError instance creation.
Provides convenience methods for ParseError.IOError instance creation.
Attributes
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 Singletontrait Producttrait Mirrorclass ParseErrorclass ReadErrorclass Errortrait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoSuchElement.type
Inherited and Abstract types
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
In this article