com.cysols.iodef
Class XMLWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cysols.iodef.XMLWriteException
All Implemented Interfaces:
Serializable

public class XMLWriteException
extends Exception

Encapsulate an XML write error or warning.

Author:
cysol
See Also:
Serialized Form

Constructor Summary
XMLWriteException()
          Constructs a XMLWriteException with no specified detail message.
XMLWriteException(String message)
          Constructs a XMLWriteException with the specified detail message.
XMLWriteException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
XMLWriteException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLWriteException

public XMLWriteException()
Constructs a XMLWriteException with no specified detail message.


XMLWriteException

public XMLWriteException(String message)
Constructs a XMLWriteException with the specified detail message.

Parameters:
message - the detail message

XMLWriteException

public XMLWriteException(String message,
                         Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

XMLWriteException

public XMLWriteException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause