org.jfree.xml.util
public class ObjectDescriptionException extends StackableException
Constructor Summary | |
---|---|
ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent. | |
ObjectDescriptionException(String message, Exception ex)
Creates an exception.
| |
ObjectDescriptionException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.