Class ScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.extensions.surf.exception.PlatformRuntimeException
org.springframework.extensions.surf.core.scripts.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException extends org.springframework.extensions.surf.exception.PlatformRuntimeException
Author:
Kevin Roast
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException(String msgId)
      Parameters:
      msgId - String
    • ScriptException

      public ScriptException(String msgId, Throwable cause)
      Parameters:
      msgId - String
      cause - Throwable
    • ScriptException

      public ScriptException(String msgId, Object[] params)
      Parameters:
      msgId - String
      params - Object[]
    • ScriptException

      public ScriptException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable