src/jdk/nashorn/internal/runtime/ECMAException.java

Print this page

        

*** 86,95 **** --- 86,96 ---- /** * Get the thrown object * @return thrown object */ + @Override public Object getThrown() { return thrown; } @Override