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 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.desktop
Methods in com.ganteater.ae.desktop with parameters of type CommandExceptionModifier and TypeMethodDescriptionvoidWorkPlace.checkFailure(CommandException e, Processor processor) voidWorkPlace.criticalError(CommandException aThrowable, Processor processor) Methods in com.ganteater.ae.desktop that throw CommandExceptionModifier and TypeMethodDescriptionprotected RecipeRunnerDesktopWorkspace.createTestRunner(String name) protected voidWorkPlace.setActiveTest(String theActiveTest) -
Uses of CommandException in com.ganteater.ae.desktop.editor
Methods in com.ganteater.ae.desktop.editor with parameters of type CommandExceptionModifier and TypeMethodDescriptionvoidTaskEditor.checkFailure(CommandException exception, Processor processor) voidTaskEditor.criticalError(CommandException exception, Processor processor) Methods in com.ganteater.ae.desktop.editor that throw CommandExceptionModifier and TypeMethodDescriptionvoidvoidTaskEditor.errorInformation(Processor processor, Throwable exception, Node command) voidEditor.init(TaskEditor taskEditor) voidTextEditor.init(TaskEditor taskEditor) voidTaskEditor.setActiveTest(String theActiveTest) voidConstructors in com.ganteater.ae.desktop.editor that throw CommandException -
Uses of CommandException in com.ganteater.ae.desktop.ui
Methods in com.ganteater.ae.desktop.ui that throw CommandException -
Uses of CommandException in com.ganteater.ae.maven.plugin
Methods in com.ganteater.ae.maven.plugin that throw CommandExceptionModifier and TypeMethodDescriptionprotected voidAEBase.runRecipes(AEWorkspace workspace, boolean async) -
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)