org.jfree.xml.util

Class ObjectDescriptionException

Known Direct Subclasses:
XmlReaderException, XMLWriterException

public class ObjectDescriptionException
extends StackableException

An exception that indicates a problem with an object description.

Constructor Summary

ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent.
ObjectDescriptionException(String message)
Creates an exception.
ObjectDescriptionException(String message, Exception ex)
Creates an exception.

Method Summary

Methods inherited from class org.jfree.util.StackableException

getParent, printStackTrace, printStackTrace, printStackTrace

Constructor Details

ObjectDescriptionException

public ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent.

ObjectDescriptionException

public ObjectDescriptionException(String message)
Creates an exception.
Parameters:
message - the exception message.

ObjectDescriptionException

public ObjectDescriptionException(String message,
                                  Exception ex)
Creates an exception.
Parameters:
message - the exception message.
ex - the parent exception.