6970717273747576777879
@Override public IDocument<?> getAsDocument(Class<? extends IDocument<?>> targetFormat) { try { IConverter converter = getConverter(targetFormat); return converter.toDocument(this); } catch (Exception e) { SimSystem.report(e); } return null; }