Packages

package parse

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class FormatError(value: String, msg: String = "") extends ParseError with Product with Serializable
  2. sealed trait ParseError extends AnyRef
  3. case class ParseException(parseError: ParseError) extends RuntimeException with Product with Serializable
  4. implicit final class ParseResult[T] extends AnyVal
  5. case class RangeError(value: Int) extends ParseError with Product with Serializable

Value Members

  1. object ParseError

Inherited from AnyRef

Inherited from Any

Ungrouped