Package org.eclipse.birt.core.framework
Class FrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.framework.FrameworkException
- All Implemented Interfaces:
Serializable
A checked exception representing a failure.
Core exceptions contain a status object describing the cause of the exception.
- See Also:
-
IStatus
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String
protected static com.ibm.icu.util.UResourceBundle
Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, oaMessageArguments, OK, rb, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionFrameworkException
(String errorCode) FrameworkException
(String errorCode, Object[] args) FrameworkException
(String errorCode, Object[] args, Throwable cause) FrameworkException
(String errorCode, Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
pluginId
-
urb
protected static com.ibm.icu.util.UResourceBundle urb
-
-
Constructor Details
-
FrameworkException
-
FrameworkException
-
FrameworkException
-
FrameworkException
-