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:
java.io.Serializable
public class ScriptException extends org.eclipse.birt.core.exception.BirtException
Exception thrown in scripting.- See Also:
- Serialized Form
-
-
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
-
-
-
-
Method Detail
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-
getLocalizedMessage
protected java.lang.String getLocalizedMessage(java.lang.String errorCode)
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classorg.eclipse.birt.core.exception.BirtException
-
-