Uses of Class
com.silverpeas.export.ExportException

Packages that use ExportException
com.silverpeas.export Provides the different exporters and importers of serializable Silverpeas resources in a specific format (PDF, iCal, JSON, and so on). 
com.silverpeas.export.ical Provides an exporter of calendar events into iCal data. 
 

Uses of ExportException in com.silverpeas.export
 

Subclasses of ExportException in com.silverpeas.export
 class NoDataToExportException
          A specific export exception that is raised when there is no data to export and the format of the file into which the export has to be done requires the existance of at least one such data.
 

Methods in com.silverpeas.export that throw ExportException
 void Exporter.export(ExportDescriptor descriptor, T serializable)
          Exports the specified serializable resource according to the export information carried by the specified export descriptor.
 

Uses of ExportException in com.silverpeas.export.ical
 

Methods in com.silverpeas.export.ical that throw ExportException
 void ICalExporter.export(ExportDescriptor descriptor, ExportableCalendar calendar)
          Exports the specified events with a writer in the iCal format.
 



Copyright © 2016 Silverpeas. All Rights Reserved.