Uses of Class
org.jfree.util.StackableException
-
Packages that use StackableException Package Description org.jfree.base.modules Module definitions:org.jfree.xml.factory.objects Object descriptions for the parser.org.jfree.xml.parser XML parser.org.jfree.xml.util Utility classes for the XML framework.org.jfree.xml.writer Core classes for writing XML files. -
-
Uses of StackableException in org.jfree.base.modules
Subclasses of StackableException in org.jfree.base.modules Modifier and Type Class Description class
ModuleInitializeException
This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used. -
Uses of StackableException in org.jfree.xml.factory.objects
Subclasses of StackableException in org.jfree.xml.factory.objects Modifier and Type Class Description class
ObjectFactoryException
An exception that is thrown, if the creation of an Object failed in the ObjectFactory implementation. -
Uses of StackableException in org.jfree.xml.parser
Subclasses of StackableException in org.jfree.xml.parser Modifier and Type Class Description class
XmlReaderException
An XML reader exception. -
Uses of StackableException in org.jfree.xml.util
Subclasses of StackableException in org.jfree.xml.util Modifier and Type Class Description class
ObjectDescriptionException
An exception that indicates a problem with an object description. -
Uses of StackableException in org.jfree.xml.writer
Subclasses of StackableException in org.jfree.xml.writer Modifier and Type Class Description class
XMLWriterException
An exception that can be thrown by theXMLWriter
class.
-