Class ScriptException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScriptException
    extends org.eclipse.birt.core.exception.BirtException
    Exception thrown in scripting.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.eclipse.birt.core.exception.BirtException

        CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptException​(java.lang.String message)  
      ScriptException​(java.lang.String message, java.lang.Throwable root)  
      ScriptException​(java.lang.Throwable root)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      protected java.lang.String getLocalizedMessage​(java.lang.String errorCode)  
      java.lang.String getMessage()  
      • Methods inherited from class org.eclipse.birt.core.exception.BirtException

        getErrorCode, getPluginId, getSeverity, setSeverity
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScriptException

        public ScriptException​(java.lang.String message)
      • ScriptException

        public ScriptException​(java.lang.Throwable root)
      • ScriptException

        public ScriptException​(java.lang.String message,
                               java.lang.Throwable root)
    • Method Detail

      • getLocalizedMessage

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

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

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