Class ScriptEngineException

  • All Implemented Interfaces:
    Serializable

    public class ScriptEngineException
    extends BaseException
    Script engine exception - thrown when there is a problem with a script engine itself, not a script source. E.g. cannot instantiate script engine class, etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptEngineException

        public ScriptEngineException​(Throwable cause)