Packages

p

de.unruh.isabelle.pure

exceptions

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CtermMLException extends IsabelleMLException

    Represents an ML exception CTERM (msg, cterms).

    Represents an ML exception CTERM (msg, cterms). See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  2. final class ErrorMLException extends IsabelleMLException

    Represents an ML exception ERROR msg.

    Represents an ML exception ERROR msg. See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  3. final class FailMLException extends IsabelleMLException

    Represents an ML exception Fail msg.

    Represents an ML exception Fail msg. See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  4. final class MatchMLException extends IsabelleMLException

    Represents an ML exception Match.

    Represents an ML exception Match. See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  5. final class TermMLException extends IsabelleMLException

    Represents an ML exception TERM (msg, terms).

    Represents an ML exception TERM (msg, terms). See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  6. final class TheoryMLException extends IsabelleMLException

    Represents an ML exception THEORY (msg, theories).

    Represents an ML exception THEORY (msg, theories). See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  7. final class ThmMLException extends IsabelleMLException

    Represents an ML exception THM (msg, index, theorems).

    Represents an ML exception THM (msg, index, theorems). See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

  8. final class TypeMLException extends IsabelleMLException

    Represents an ML exception TYPE (msg, typs, terms).

    Represents an ML exception TYPE (msg, typs, terms). See MLException.ExceptionManager for a way to make Isabelle raise such exceptions instead of generic IsabelleMLExceptions.

Value Members

  1. object MLException extends OperationCollection

    Contains:

    Contains:

Ungrouped