- Description
- Describes the content of a particular sublayer to
an XLayerHandler.
- Parameter aHandler
- Handler object that will receive calls
describing the contents of the sublayer.
- Parameter aSubLayerId
- Identifier of the sublayer to be read.
Must be one the identifiers returned by
XCompositeLayer::listSubLayerIds()
- Throws
- com::sun::star::lang::NullPointerException
if a NULL handler is passed.
- Throws
- com::sun::star::lang::IllegalArgumentException
if the identifier is invalid.
- Throws
- com::sun::star::lang::WrappedTargetException
if an error occurs in the access to or processing of the data.
- Throws
- com::sun::star::configuration::backend::MalformedDataException
if the data read from the layer is rejected as invalid by the
XLayerHandler.
|