Package org.vast.xml

Class XMLWriterException

All Implemented Interfaces:
Serializable

public class XMLWriterException extends IOException

Exception generated by implementations of XML writing interfaces

Since:
Nov 18, 2012
See Also:
  • Field Details

    • nodeWithError

      protected transient Node nodeWithError
  • Constructor Details

    • XMLWriterException

      public XMLWriterException(Exception e)
    • XMLWriterException

      public XMLWriterException(String message)
    • XMLWriterException

      public XMLWriterException(String message, Exception e)
    • XMLWriterException

      public XMLWriterException(String message, Node nodeWithError)
    • XMLWriterException

      public XMLWriterException(String message, Node nodeWithError, Exception e)
    • XMLWriterException

      public XMLWriterException(Node nodeWithError)
    • XMLWriterException

      public XMLWriterException(Node nodeWithError, Exception e)
  • Method Details