Package net.officefloor.script
Interface ScriptExceptionTranslator
-
- All Known Implementing Classes:
GraalvmScriptExceptionTranslator
public interface ScriptExceptionTranslatorTranslate
ScriptExceptionto possible more appropriateThrowable.For example, the
HttpExceptionmay be wrapped in theScriptExceptionand this provides means to extract and throw.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwabletranslate(javax.script.ScriptException scriptException)Translates theScriptException.
-