org.jfree.xml.writer
Class XMLWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jfree.util.StackableException
org.jfree.xml.util.ObjectDescriptionException
org.jfree.xml.writer.XMLWriterException
- All Implemented Interfaces:
- Serializable
public class XMLWriterException
- extends ObjectDescriptionException
An exception that can be thrown by the XMLWriter
class.
- See Also:
- Serialized Form
XMLWriterException
public XMLWriterException()
- Creates a new exception with no message or parent.
XMLWriterException
public XMLWriterException(String message)
- Creates an exception.
- Parameters:
message
- the exception message.
XMLWriterException
public XMLWriterException(String message,
Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
Copyright © 2001-2012 JFree.org. All Rights Reserved.