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

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:
  • Field Details

    • DESIGN_EXCEPTION_META_DATA_ERROR

      public static final String 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 user
      cause - the nested exception
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage()
      Overrides:
      getLocalizedMessage in class org.eclipse.birt.core.exception.BirtException
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class org.eclipse.birt.core.exception.BirtException