Class ScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.engine.api.script.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException extends org.eclipse.birt.core.exception.BirtException
Exception thrown in scripting.
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException(String message)
    • ScriptException

      public ScriptException(Throwable root)
    • ScriptException

      public ScriptException(String message, Throwable root)
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage()
      Overrides:
      getLocalizedMessage in class org.eclipse.birt.core.exception.BirtException
    • getLocalizedMessage

      protected String getLocalizedMessage(String errorCode)
      Overrides:
      getLocalizedMessage in class org.eclipse.birt.core.exception.BirtException
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class org.eclipse.birt.core.exception.BirtException