Packages

object ParseException extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParseException
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(msg: String, cause: Throwable): ParseException
  5. def apply(msg: String, loc: Location, cause: Throwable): ParseException
  6. def apply(msg: String, loc: Location): ParseException
  7. def apply(msg: String, after: Expression): ParseException
  8. def apply(msg: String, state: ParseState, expect: String): ParseException
  9. def apply(msg: String, loc: Location, found: String, expect: String, after: String, hint: String): ParseException
  10. def apply(msg: String, loc: Location, found: String, expect: String, after: String): ParseException
  11. def apply(msg: String, loc: Location, found: String, expect: String): ParseException
  12. def apply(msg: String, state: ParseState, found: String, expect: String): ParseException
  13. def apply(msg: String, state: ParseState, found: Token, expect: String): ParseException
  14. def apply(msg: String, state: ParseState, expect: List[Expected]): ParseException
  15. def apply(msg: String, state: ParseState): ParseException
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. def duplicateSymbolError(n: String, i: Option[Int], loc: Location, other: Location): ParseException
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def imbalancedError(msg: String, unmatched: Token, expect: String, state: ParseState, hint: String = ""): ParseException

    Imbalanced parentheses parse errors: opening unmatched expects closing expect at the latest at location of current parse state (location is unmatched)

  25. def imbalancedError(msg: String, unmatched: Token, state: ParseState): ParseException

    Imbalanced parentheses parse errors

  26. def imbalancedErrorHere(msg: String, unmatched: Token, expect: String, state: ParseState, hint: String = ""): ParseException

    Imbalanced parentheses parse errors needed here: opening unmatched expects closing expect exactly at the location of current parse state (location is state.location)

  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def typeDeclError(msg: String, declaredType: String, expectedType: String, loc: Location, hint: String = ""): ParseException
  34. def typeDeclGuessError(msg: String, declaredType: String, expected: String, loc: Location, hint: String = ""): ParseException
  35. def typeError(msg: String, illtyped: Expression, expectedType: String, loc: Location, hint: String = ""): ParseException

    Type parse error with mismatch in found type illtyped and expected type

  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def apply(msg: String): ParseException

    Avoid throwing this unlocated errors

    Avoid throwing this unlocated errors

    Annotations
    @deprecated
    Deprecated

    Avoid throwing ParseException without location information

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped