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
public class ObjectDescriptionException
extends StackableException
Constructor Summary | |
| |
| |
|
Method Summary |
Methods inherited from class org.jfree.util.StackableException | |
getParent , printStackTrace , printStackTrace , printStackTrace |
public ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent.
public ObjectDescriptionException(String message)
Creates an exception.
- Parameters:
message
- the exception message.
public ObjectDescriptionException(String message, Exception ex)
Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.