public class XmlReaderException extends ObjectDescriptionException
| Constructor and Description |
|---|
XmlReaderException()
Creates a StackableRuntimeException with no message and no parent.
|
XmlReaderException(java.lang.String message)
Creates an exception.
|
XmlReaderException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic XmlReaderException()
public XmlReaderException(java.lang.String message)
message - the exception message.public XmlReaderException(java.lang.String message, java.lang.Exception ex)
message - the exception message.ex - the parent exception.