java.io.Serializable
public class XMLWriterException extends ObjectDescriptionException
XMLWriter
class.Constructor | Description |
---|---|
XMLWriterException() |
Creates a new exception with no message or parent.
|
XMLWriterException(java.lang.String message) |
Creates an exception.
|
XMLWriterException(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 XMLWriterException()
public XMLWriterException(java.lang.String message)
message
- the exception message.public XMLWriterException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.