/**
* {@inheritDoc}
*/
protected void end() throws FoTreeException {
final MathMLDocument mathDocument = this.getMathMLDocument();
try {
this.mathGraphic = this.getGraphicServer().makeMathGraphic(
mathDocument);
} catch (final GraphicException e) {
this.throwException("Unable to create MathGraphic instance.");