Class ScriptEngineException

All Implemented Interfaces:
Serializable

public class ScriptEngineException extends FessSystemException
This exception is thrown when a script engine error occurs.
See Also:
  • Constructor Details

    • ScriptEngineException

      public ScriptEngineException(String message)
      Constructor.
      Parameters:
      message - The exception message.
    • ScriptEngineException

      public ScriptEngineException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The exception message.
      cause - The cause of the exception.