tecgraf.javautils.xml.exception
Class XMLWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tecgraf.javautils.xml.exception.XMLException
                  extended by tecgraf.javautils.xml.exception.XMLWriteException
All Implemented Interfaces:
Serializable

public class XMLWriteException
extends XMLException

A classe XMLWriteException representa erros acontecidos durante a escrita de um arquivo XML.

Author:
Andre Oliveira da Costa
See Also:
Serialized Form

Field Summary
 
Fields inherited from class tecgraf.javautils.xml.exception.XMLException
tag
 
Constructor Summary
XMLWriteException(String tag)
          Constrói uma XMLWriteException recebendo apenas a tag que causou o erro.
XMLWriteException(String tag, Exception exception)
          Constrói uma XMLWriteException recebendo a tag que causou o erro e a exceção original.
 
Method Summary
 
Methods inherited from class tecgraf.javautils.xml.exception.XMLException
getTag, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLWriteException

public XMLWriteException(String tag)
Constrói uma XMLWriteException recebendo apenas a tag que causou o erro.

Parameters:
tag - tag que causou a exceção

XMLWriteException

public XMLWriteException(String tag,
                         Exception exception)
Constrói uma XMLWriteException recebendo a tag que causou o erro e a exceção original.

Parameters:
tag - tag que causou o erro
exception - exceção original


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.