Uses of Class
com.ganteater.ae.CommandException
Packages that use CommandException
Package
Description
-
Uses of CommandException in com.ganteater.ae
Methods in com.ganteater.ae with parameters of type CommandExceptionModifier and TypeMethodDescriptionvoid
RecipeListener.checkFailure
(CommandException e, Processor processor) void
RecipeRunner.checkFailure
(CommandException e, Processor processor) void
RecipeListener.criticalError
(CommandException aThrowable, Processor processor) void
RecipeRunner.criticalError
(CommandException aThrowable, Processor processor) Methods in com.ganteater.ae that throw CommandExceptionModifier and TypeMethodDescriptionvoid
RecipeListener.errorInformation
(Processor processor, Throwable e, Node aTaskNode) void
RecipeRunner.errorInformation
(Processor processor, Throwable e, Node command) void
RecipeRunner.makeRecipe
(String file) -
Uses of CommandException in com.ganteater.ae.desktop
Methods in com.ganteater.ae.desktop with parameters of type CommandExceptionModifier and TypeMethodDescriptionvoid
WorkPlace.checkFailure
(CommandException e, Processor processor) void
WorkPlace.criticalError
(CommandException aThrowable, Processor processor) -
Uses of CommandException in com.ganteater.ae.desktop.editor
Methods in com.ganteater.ae.desktop.editor with parameters of type CommandExceptionModifier and TypeMethodDescriptionvoid
TaskEditor.checkFailure
(CommandException exception, Processor processor) void
TaskEditor.criticalError
(CommandException exception, Processor processor) Methods in com.ganteater.ae.desktop.editor that throw CommandExceptionModifier and TypeMethodDescriptionvoid
TaskEditor.errorInformation
(Processor processor, Throwable exception, Node command) void
Editor.init
(TaskEditor taskEditor, Node editorNode) -
Uses of CommandException in com.ganteater.ae.processor
Methods in com.ganteater.ae.processor that throw CommandExceptionModifier and TypeMethodDescriptionTaskProcessorThread.clone
(int cloneId) protected void
Processor.init()
void
void
void
Processor.makeProcessor
(Node aCurrentAction) void
protected void
Processor.processTesting
(String aTestFileName) void
BaseProcessor.runCommandIterationRules
(Node action) void
BaseProcessor.runCommandRunnable
(Node aCurrentAction) void
BaseProcessor.runCommandThreads
(Node aCurrentAction) void
void
void
Constructors in com.ganteater.ae.processor that throw CommandExceptionModifierConstructorDescriptionBaseProcessor
(Processor parent) BaseProcessor
(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) Processor
(Node configNode, Map<String, Object> startVariables, RecipeListener listener, File startDir, ILogger aLog, Processor parent) TaskProcessorThread
(Processor parent, Node task, File aBaseDir, ILogger aLog)