Uses of Class
org.crsh.command.ScriptException

Packages that use ScriptException
org.crsh.command   
org.crsh.lang.groovy.closure   
org.crsh.lang.groovy.command   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
 

Uses of ScriptException in org.crsh.command
 

Subclasses of ScriptException in org.crsh.command
 class SyntaxException
          Wrong syntax provided when invoking the command.
 

Methods in org.crsh.command that throw ScriptException
 void Pipe.close()
          Close pipe.
 void BaseCommand.execute(String s)
           
 void Pipe.flush()
          Flush pipe.
 void Pipe.open()
          Open pipe.
 void Pipe.provide(C element)
          Extends the throw clause of the Consumer.provide(Object) method.
 CommandInvoker<?,?> InvocationContext.resolve(String s)
          Resolve a command invoker for the specified command line.
 

Uses of ScriptException in org.crsh.lang.groovy.closure
 

Methods in org.crsh.lang.groovy.closure that throw ScriptException
 CommandInvoker<?,?> PipeLineInvocationContext.resolve(String s)
           
 

Uses of ScriptException in org.crsh.lang.groovy.command
 

Methods in org.crsh.lang.groovy.command that return ScriptException
static ScriptException GroovyCommand.unwrap(groovy.util.ScriptException cause)
           
static ScriptException GroovyCommand.unwrap(Throwable cause)
           
 

Methods in org.crsh.lang.groovy.command that throw ScriptException
 void GroovyScriptCommand.execute(String s)
           
 

Uses of ScriptException in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that throw ScriptException
 CommandInvoker<?,?> InvocationContextImpl.resolve(String s)
           
 

Uses of ScriptException in org.crsh.shell.impl.command.pipeline
 

Methods in org.crsh.shell.impl.command.pipeline that throw ScriptException
 void PipeLineElement.close()
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.