java.io.Serializable
XmlReaderException
, XMLWriterException
public class ObjectDescriptionException extends StackableException
Constructor | Description |
---|---|
ObjectDescriptionException() |
Creates a StackableRuntimeException with no message and no parent.
|
ObjectDescriptionException(java.lang.String message) |
Creates an exception.
|
ObjectDescriptionException(java.lang.String message,
java.lang.Exception ex) |
Creates an exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParent, printStackTrace, printStackTrace, printStackTrace
public ObjectDescriptionException()
public ObjectDescriptionException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ObjectDescriptionException(java.lang.String message)
message
- the exception message.