Package org.eclipse.birt.core.exception
Class CoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.CoreException
- All Implemented Interfaces:
Serializable
Exception thrown by birt.core classes
- See Also:
-
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, pluginId, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionCoreException
(String errCode) CoreException
(String errCode, Object arg0) CoreException
(String errCode, Object[] args) CoreException
(String errCode, Object[] args, Throwable cause) CoreException
(String errCode, Object arg0, 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
-
rb
protected static com.ibm.icu.util.UResourceBundle rb -
PLUGIN_ID
-
-
Constructor Details
-
CoreException
-
CoreException
-
CoreException
-
CoreException
-
CoreException
-