| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exceptionorg.jfree.util.StackableExceptionorg.jfree.xml.util.ObjectDescriptionExceptionpublic class ObjectDescriptionExceptionextends StackableExceptionConstructor 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.