Uses of Class
org.jfree.xml.writer.XMLWriterException
Packages that use XMLWriterException
Package
Description
Core classes for writing XML files.
Writers for some core classes.
-
Uses of XMLWriterException in org.jfree.xml.writer
Methods in org.jfree.xml.writer that throw XMLWriterExceptionModifier and TypeMethodDescriptionprotected XmlWriteHandler
RootXmlWriteHandler.getMapping
(Class classToWrite) Tries to find the mapping for the given class.protected XmlWriteHandler
RootXmlWriteHandler.loadHandlerClass
(String className) Loads the given class, and ignores all exceptions which may occur during the loading.void
Writes the given object with the specified tagname.void
XmlWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object. -
Uses of XMLWriterException in org.jfree.xml.writer.coretypes
Methods in org.jfree.xml.writer.coretypes that throw XMLWriterExceptionModifier and TypeMethodDescriptionvoid
BasicStrokeWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.void
ColorWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aColor
object.void
FontWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aFont
object.void
GenericWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a generic object.void
GradientPaintWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aGradientPaint
object.void
InsetsWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aInsets
object.void
ListWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aList
object.void
Point2DWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aPoint2D
object.void
Rectangle2DWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.void
RenderingHintsWriteHandler.write
(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.