Uses of Interface
net.hydromatic.morel.util.MorelException
-
Packages that use MorelException Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of MorelException in net.hydromatic.morel
Methods in net.hydromatic.morel with parameters of type MorelException Modifier and Type Method Description private voidMain.SubShell. appendToOutput(MorelException e, Consumer<String> outLines) -
Uses of MorelException in net.hydromatic.morel.compile
Classes in net.hydromatic.morel.compile that implement MorelException Modifier and Type Class Description classCompileExceptionAn error occurred during compilation.static classTypeResolver.TypeExceptionError while deducing type. -
Uses of MorelException in net.hydromatic.morel.eval
Classes in net.hydromatic.morel.eval that implement MorelException Modifier and Type Class Description static classCodes.MorelRuntimeExceptionJava exception that wraps an exception thrown by the Morel runtime.Methods in net.hydromatic.morel.eval with parameters of type MorelException Modifier and Type Method Description voidSession. handle(MorelException e, StringBuilder buf)
-