Packages

case class ParseException(msg: String, loc: Location, found: String, expect: String, after: String, state: String, cause: Throwable = null, hint: String = "") extends ProverException with Product with Serializable

Indicates a parse error at the given location, with the context information state.

See also

ProverException.getContext

Linear Supertypes
Serializable, Product, Equals, ProverException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParseException
  2. Serializable
  3. Product
  4. Equals
  5. ProverException
  6. RuntimeException
  7. Exception
  8. Throwable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParseException(msg: String, loc: Location, found: String, expect: String, after: String, state: String, cause: Throwable = null, hint: String = "")

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. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. val after: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cause: Throwable
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val expect: String
  11. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val found: String
  14. def getCause(): Throwable
    Definition Classes
    Throwable
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getContext: String

    Returns the logical context, i.e.

    Returns the logical context, i.e. stack of proof rules or nested logical context information describing in which context this exception occurred.

    Definition Classes
    ProverException
  17. def getDetails: String

    Get more details on the error message in addition to getContext.

  18. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  19. def getMessage(): String
    Definition Classes
    Throwable
  20. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  21. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  22. val hint: String
  23. def inContext(context: String, additionalMessage: String = ""): ProverException

    Add the context information to this exception, returning the resulting exception to be thrown.

    Add the context information to this exception, returning the resulting exception to be thrown.

    context

    textual description of the context within which this prover exception occurred.

    additionalMessage

    optional additional information about the situation in which this prover exception occurred, e.g., the state of affairs.

    Definition Classes
    ProverException
  24. def inInput(input: String, tokenStream: Option[TokenStream] = None): ParseException

    Add the input context information to this exception, returning the resulting exception to be thrown.

    Add the input context information to this exception, returning the resulting exception to be thrown.

    input

    textual description of the input in which this prover exception occurred.

    tokenStream

    optionally the tokenStream lexed from the input.

    See also

    ProverException.getContext

  25. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val loc: Location
  28. val msg: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  33. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  34. def printStackTrace(): Unit
    Definition Classes
    Throwable
  35. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  36. val state: String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    ParseExceptionProverException → Throwable → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProverException

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped