org.jfree.xml.writer

Class XMLWriterException


public class XMLWriterException
extends ObjectDescriptionException

An exception that can be thrown by the XMLWriter class.

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.

Method Summary

Methods inherited from class org.jfree.util.StackableException

getParent, printStackTrace, printStackTrace, printStackTrace

Constructor Details

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.