src/jdk/nashorn/internal/runtime/ECMAException.java
Print this page
@@ -31,11 +31,10 @@
import javax.script.ScriptException;
import jdk.nashorn.api.scripting.NashornException;
import jdk.nashorn.internal.codegen.CompilerConstants.Call;
import jdk.nashorn.internal.codegen.CompilerConstants.FieldAccess;
-import jdk.nashorn.internal.objects.NativeError;
/**
* Exception used to implement ECMAScript "throw" from scripts. The actual thrown
* object from script need not be a Java exception and so it is wrapped as an
* instance field called "thrown" here. This exception class is also used to