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 TypeMethodDescriptionvoidRecipeListener.checkFailure(CommandException e, Processor processor) voidRecipeRunner.checkFailure(CommandException e, Processor processor) voidRecipeListener.criticalError(CommandException aThrowable, Processor processor) voidRecipeRunner.criticalError(CommandException aThrowable, Processor processor) Methods in com.ganteater.ae that throw CommandExceptionModifier and TypeMethodDescriptionprotected RecipeRunnerAEWorkspace.createTestRunner(String name) voidRecipeListener.errorInformation(Processor processor, Throwable e, Node aTaskNode) voidRecipeRunner.errorInformation(Processor processor, Throwable e, Node command) voidRecipeRunner.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 voidProcessor.init()voidvoidvoidProcessor.makeProcessor(Node aCurrentAction) voidprotected voidProcessor.processTesting(String testFileName) voidBaseProcessor.runCommandIterationRules(Node action) voidBaseProcessor.runCommandRunnable(Node aCurrentAction) voidBaseProcessor.runCommandThreads(Node aCurrentAction) voidvoidvoidConstructors 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)