Uses of Class
com.generationjava.io.WritingException

Packages that use WritingException
com.fusioncharts   
com.generationjava.io.xml   
 

Uses of WritingException in com.fusioncharts
 

Methods in com.fusioncharts that throw WritingException
 java.lang.String ChartFactory.buildDOMFusionChart(java.lang.String graphName)
          Method that wraps the dataxml string so that we can use it with FusionChartsDOM.js This allows us to customize when the chart is rendered and using the DOM gives the advantage of less parameters being used
 java.lang.String ChartFactory.buildFusionChart(java.lang.String graphName)
          Constructor for a FusionGraph object.
 

Uses of WritingException in com.generationjava.io.xml
 

Subclasses of WritingException in com.generationjava.io.xml
 class XmlWritingException
           
 

Methods in com.generationjava.io.xml that throw WritingException
 void XmlWriter.close()
          Close this writer.
 XmlWriter XmlWriter.endEntity()
          End the current entity.
static void XmlWriter.main(java.lang.String[] args)
          Replace a string with another string inside a larger string, for the first n values of the search string.
static void XmlWriter.test1()
           
static void XmlWriter.test2()
           
 XmlWriter XmlWriter.writeAttribute(java.lang.String attr, java.lang.String value)
          Write an attribute out for the current entity.
 XmlWriter XmlWriter.writeEntity(java.lang.String name)
          Begin to output an entity.
 XmlWriter XmlWriter.writeText(java.lang.String text)
          Output body text.