public class MetaDataReaderException extends ModelException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESIGN_EXCEPTION_META_DATA_ERROR
Indicates there are ROM errors.
|
PLUGIN_ID
Constructor and Description |
---|
MetaDataReaderException(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity
public static final java.lang.String DESIGN_EXCEPTION_META_DATA_ERROR
public MetaDataReaderException(java.lang.String errCode, org.eclipse.birt.report.model.metadata.MetaDataParserException cause)
errCode
- used to retrieve a piece of externalized message displayed to
end usercause
- the nested exceptionCopyright © 2008 Actuate Corp. All rights reserved.