Exception thrown by {@link org.mozilla.javascript.Context#executeScriptWithContinuations(Script,Scriptable)}and {@link org.mozilla.javascript.Context#callFunctionWithContinuations(Callable,Scriptable,Object[])}when execution encounters a continuation captured by {@link org.mozilla.javascript.Context#captureContinuation()}. Exception will contain the captured state needed to restart the continuation with {@link org.mozilla.javascript.Context#resumeContinuation(Object,Scriptable,Object)}.
@author Norris Boyd
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.