Class UnsupportedScriptEngine

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.server.script.UnsupportedScriptEngine
All Implemented Interfaces:
Serializable

public class UnsupportedScriptEngine extends RuntimeException
Throw if the script engine is not supported by FirstSpirit.
Since:
4.0.120
Version:
$Revision$
See Also:
  • Constructor Details

    • UnsupportedScriptEngine

      public UnsupportedScriptEngine(String message)
      Constructor taking the exception message.
      Parameters:
      message - The message.
      Since:
      4.0.120
    • UnsupportedScriptEngine

      public UnsupportedScriptEngine(String message, Throwable cause)
      Constructor taking the exception message and a cause.
      Parameters:
      message - The message.
      cause - The cause.
      Since:
      4.0.120
    • UnsupportedScriptEngine

      public UnsupportedScriptEngine(Throwable cause)
      Constructor taking a cause.
      Parameters:
      cause - The cause.
      Since:
      4.0.120