Uses of Class
net.sf.sasl.language.placeholder.aop.interpreter.InterpreterException

Packages that use InterpreterException
net.sf.sasl.aop   
net.sf.sasl.aop.logging   
net.sf.sasl.language.placeholder.aop.interpreter   
 

Uses of InterpreterException in net.sf.sasl.aop
 

Methods in net.sf.sasl.aop that throw InterpreterException
protected  String AbstractPlaceholderScriptUsingAspect.runInterpreter(ScriptNode script, TargetMethodExecutionPhase executionPhase, org.aopalliance.intercept.MethodInvocation invocation, Object returnValue, Throwable occuredException, Map<String,Object> environmentVariables)
          Creates a placeholder script interpreter environment and runs the interpreter for the given placeholder script and returns the interpreted output of the script.
 

Uses of InterpreterException in net.sf.sasl.aop.logging
 

Methods in net.sf.sasl.aop.logging that throw InterpreterException
protected  void GenericLogAspect.doLogging(long sessionId, TargetMethodExecutionPhase executionPhase, org.aopalliance.intercept.MethodInvocation invocation, Object returnValue, Throwable occuredException)
          Does the logging for a (executionPhase, invocation, ...) tuple.
 

Uses of InterpreterException in net.sf.sasl.language.placeholder.aop.interpreter
 

Methods in net.sf.sasl.language.placeholder.aop.interpreter that throw InterpreterException
 String IInterpreter.interpret()
          Interprets the placeholder script and returns the constructed string output.
 String ASTInterpreter.interpret()
           
 



Copyright © 2010. All Rights Reserved.