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:
-
Field Summary
Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionScriptException
(String message) ScriptException
(String message, Throwable root) ScriptException
(Throwable root) -
Method Summary
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
-
Constructor Details
-
ScriptException
-
ScriptException
-
ScriptException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-
getMessage
- Overrides:
getMessage
in classorg.eclipse.birt.core.exception.BirtException
-