public class ObjectDescriptionException extends StackableException
Constructor and Description |
---|
ObjectDescriptionException()
Creates a StackableRuntimeException with no message and no parent.
|
ObjectDescriptionException(String message)
Creates an exception.
|
ObjectDescriptionException(String message,
Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ObjectDescriptionException()
public ObjectDescriptionException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public ObjectDescriptionException(String message)
message
- the exception message.Copyright © 2001–2018 JFree.org. All rights reserved.