Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QCodeException
Packages that use QCodeException
Package
Description
-
Uses of QCodeException in com.kingsrook.qqq.backend.core.actions.scripts
Methods in com.kingsrook.qqq.backend.core.actions.scripts that throw QCodeExceptionModifier and TypeMethodDescriptiondefault ObjectQCodeExecutor.convertJavaObject(Object object, Object requestedTypeHint) Convert a native java object into one for the script's language/runtime.default ObjectQCodeExecutor.convertObjectToJava(Object object) Process an object from the script's language/runtime into a (more) native java object.QCodeExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) QJavaExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) voidExecuteCodeAction.run(ExecuteCodeInput input, ExecuteCodeOutput output) -
Uses of QCodeException in com.kingsrook.qqq.languages.javascript
Methods in com.kingsrook.qqq.languages.javascript that throw QCodeExceptionModifier and TypeMethodDescriptionQJavaScriptExecutor.convertJavaObject(Object object, Object requestedTypeHint) Convert a native java object into one for the script's language/runtime.QJavaScriptExecutor.convertObjectToJava(Object object) QJavaScriptExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger)