Uses of Interface
net.hydromatic.morel.util.MorelException
Packages that use MorelException
Package
Description
Standard ML interpreter, implemented in Java.
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Evaluates expressions.
-
Uses of MorelException in net.hydromatic.morel
Methods in net.hydromatic.morel with parameters of type MorelExceptionModifier and TypeMethodDescriptionprivate voidMain.SubShell.appendToOutput(MorelException e, Consumer<String> outLines) -
Uses of MorelException in net.hydromatic.morel.compile
Classes in net.hydromatic.morel.compile that implement MorelExceptionModifier and TypeClassDescriptionclassAn error occurred during compilation.static classError while deducing type. -
Uses of MorelException in net.hydromatic.morel.eval
Classes in net.hydromatic.morel.eval that implement MorelExceptionModifier and TypeClassDescriptionstatic classJava exception that wraps an exception thrown by the Morel runtime.Methods in net.hydromatic.morel.eval with parameters of type MorelException