tecgraf.javautils.xml.exception
Class XMLWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tecgraf.javautils.xml.exception.XMLException
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
| Fields inherited from class tecgraf.javautils.xml.exception.XMLException |
tag |
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 erroexception - exceção original
Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.