| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exceptionorg.jfree.util.StackableExceptionorg.jfree.xml.util.ObjectDescriptionExceptionorg.jfree.xml.parser.XmlReaderExceptionpublic class XmlReaderExceptionextends ObjectDescriptionExceptionConstructor 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.