src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/NashornException.java

Print this page

        

*** 42,52 **** * interface. In these cases, user code will get an instance of this or * implementation defined subclass. * * @since 1.8u40 */ - @jdk.Exported @SuppressWarnings("serial") public abstract class NashornException extends RuntimeException { // script file name private String fileName; // script line number --- 42,51 ----