Uses of Class
com.ganteater.ae.CommandException
Packages that use CommandException
-
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.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)