Class MetaDataReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
- All Implemented Interfaces:
Serializable
Exception thrown if an error occurs when reading the meta-data description
file or the building the meta-data description.
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.report.model.api.ModelException
PLUGIN_ID
Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionMetaDataReaderException
(String errCode, org.eclipse.birt.report.model.metadata.MetaDataParserException cause) Constructs the meta-data reader exception with the error code and the caused parser exception. -
Method Summary
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DESIGN_EXCEPTION_META_DATA_ERROR
Indicates there are ROM errors.- See Also:
-
-
Constructor Details
-
MetaDataReaderException
public MetaDataReaderException(String errCode, org.eclipse.birt.report.model.metadata.MetaDataParserException cause) Constructs the meta-data reader exception with the error code and the caused parser exception.- Parameters:
errCode
- used to retrieve a piece of externalized message displayed to end usercause
- the nested exception
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classorg.eclipse.birt.core.exception.BirtException
-
getMessage
- Overrides:
getMessage
in classorg.eclipse.birt.core.exception.BirtException
-