Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
org.jfree.util.StackableException
org.jfree.xml.util.ObjectDescriptionException
org.jfree.xml.parser.XmlReaderException
public class XmlReaderException
extends ObjectDescriptionException
Constructor Summary | |
| |
| |
|
Method Summary |
Methods inherited from class org.jfree.util.StackableException | |
getParent , printStackTrace , printStackTrace , printStackTrace |
public XmlReaderException()
Creates a StackableRuntimeException with no message and no parent.
public XmlReaderException(String message)
Creates an exception.
- Parameters:
message
- the exception message.
public XmlReaderException(String message, Exception ex)
Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.