Packages

c

edu.cmu.cs.ls.keymaerax.core

SubstitutionClashException

case class SubstitutionClashException(subst: String, U: String, e: String, context: String, clashes: String, info: String = "") extends CriticalCoreException with Product with Serializable

Substitution clashes are raised for unsound substitution reasoning attempts.

See also

USubstOne

edu.cmu.cs.ls.keymaerax.core.Provable.apply(subst:edu\.cmu\.cs\.ls\.keymaerax\.core\.USubstChurch):edu\.cmu\.cs\.ls\.keymaerax\.core\.Provable*

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

Instance Constructors

  1. new SubstitutionClashException(subst: String, U: String, e: String, context: String, clashes: String, info: 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. val U: String
  5. final def addSuppressed(arg0: Throwable): scala.Unit
    Definition Classes
    Throwable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val clashes: String
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val context: String
  10. val e: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  13. def finalize(): scala.Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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 getLocalizedMessage(): String
    Definition Classes
    Throwable
  18. def getMessage(): String
    Definition Classes
    Throwable
  19. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  20. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  21. 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
  22. val info: String
  23. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def printStackTrace(arg0: PrintWriter): scala.Unit
    Definition Classes
    Throwable
  29. def printStackTrace(arg0: PrintStream): scala.Unit
    Definition Classes
    Throwable
  30. def printStackTrace(): scala.Unit
    Definition Classes
    Throwable
  31. def setStackTrace(arg0: Array[StackTraceElement]): scala.Unit
    Definition Classes
    Throwable
  32. val subst: String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    ProverException → Throwable → AnyRef → Any
  35. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CriticalCoreException

Inherited from CoreException

Inherited from ProverException

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped