Uses of Class
ch.turic.ExecutionException
-
Uses of ExecutionException in ch.turic
Methods in ch.turic that throw ExecutionExceptionModifier and TypeMethodDescriptionProgram._execute(ch.turic.memory.Context context) Interpreter.compileAndExecute()Executes the source code, compiling it first if necessary.Command.execute(ch.turic.memory.Context context) Execute the command.Executes the provided source code and returns the result of the execution.static voidThrows an ExecutionException with a formatted message when the condition is true.static voidThrows an ExecutionException with a message from a supplier when the condition is true.