Class NashornException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class NashornException
    extends RuntimeException
    Deprecated.
    Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.
    Nashorn exception. Throwed when a problem occurs during nashorn evaluation.
    See Also:
    Serialized Form
    • Constructor Detail

      • NashornException

        public NashornException​(ScriptException ex)
        Deprecated.
        Create exception.
        Parameters:
        ex - Original exception.
      • NashornException

        public NashornException​(NoSuchMethodException ex)
        Deprecated.
        Create exception.
        Parameters:
        ex - Original exception.