package parse
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- parse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class FormatError(value: String, msg: String = "") extends ParseError with Product with Serializable
- sealed trait ParseError extends AnyRef
- case class ParseException(parseError: ParseError) extends RuntimeException with Product with Serializable
- implicit final class ParseResult[T] extends AnyVal
- case class RangeError(value: Int) extends ParseError with Product with Serializable
Value Members
- object ParseError