Serialized Form


Package tecgraf.javautils.xml.conversion.exception

Class tecgraf.javautils.xml.conversion.exception.XMLConversionException extends Exception implements Serializable

Serialized Fields

type

XMLConversionException.XMLConversionExceptionType type
Tipo


Package tecgraf.javautils.xml.exception

Class tecgraf.javautils.xml.exception.XMLException extends RuntimeException implements Serializable

Serialized Fields

tag

String tag
Tag da excecao

Class tecgraf.javautils.xml.exception.XMLInternalErrorException extends XMLException implements Serializable

Class tecgraf.javautils.xml.exception.XMLParseException extends XMLException implements Serializable

Serialized Fields

columnNumber

int columnNumber
Coluna associada ao final do texto onde ocorreu um erro de procesamento (SAXParseException).


lineNumber

int lineNumber
Linha associada ao final do texto onde ocorreu um erro de procesamento (SAXParseException).


attribute

String attribute
Atributo

Class tecgraf.javautils.xml.exception.XMLWriteException extends XMLException implements Serializable



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