org.eclipse.birt.report.model.api.metadata
Class MetaDataReaderException
java.lang.Object
BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.metadata.MetaDataReaderException
- public class MetaDataReaderException
- extends ModelException
Exception thrown if an error occurs when reading the meta-data description
file or the building the meta-data description.
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESIGN_EXCEPTION_META_DATA_ERROR
public static final java.lang.String DESIGN_EXCEPTION_META_DATA_ERROR
- Indicates there are ROM errors.
- See Also:
- Constant Field Values
MetaDataReaderException
public 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.
- Parameters:
errCode
- used to retrieve a piece of externalized message displayed to
end usercause
- the nested exception
getLocalizedMessage
public java.lang.String getLocalizedMessage()
getMessage
public java.lang.String getMessage()
Copyright © 2005 Actuate Corp. All rights reserved.