package exceptions
- Alphabetic
- Public
- Protected
Type Members
- 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. - 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. - 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. - 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. - 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. - 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. - 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. - 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
- object MLException extends OperationCollection
Contains:
Contains:
- Converters for exceptions raised in ML code (represented as IsabelleMLExceptions), see MLException.simpleIsabelleMLExceptionConverter and MLException.distinguishingIsabelleMLExceptionConverter)
- An control.ExceptionManager that makes Isabelle raise ML exceptions as subtypes of IsabelleMLException for certain well-known
exceptions such as
TERM,ERROR, etc. See MLException.ExceptionManager.