public class XMLWriterException extends ObjectDescriptionException
XMLWriter
class.Constructor and Description |
---|
XMLWriterException()
Creates a new exception with no message or parent.
|
XMLWriterException(String message)
Creates an exception.
|
XMLWriterException(String message,
Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public XMLWriterException()
public XMLWriterException(String message)
message
- the exception message.public XMLWriterException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.