org.jfree.xml.writer
public class XMLWriterException extends ObjectDescriptionException
| Constructor Summary | |
|---|---|
| XMLWriterException()
Creates a new exception with no message or parent. | |
| XMLWriterException(String message)
Creates an exception.
| |
| XMLWriterException(String message, Exception ex)
Creates an exception.
| |
Parameters: message the exception message.
Parameters: message the exception message. ex the parent exception.