Uses of Class
tecgraf.javautils.xml.conversion.exception.XMLConversionException.XMLConversionExceptionType

Packages that use XMLConversionException.XMLConversionExceptionType
tecgraf.javautils.xml.conversion.exception   
 

Uses of XMLConversionException.XMLConversionExceptionType in tecgraf.javautils.xml.conversion.exception
 

Methods in tecgraf.javautils.xml.conversion.exception that return XMLConversionException.XMLConversionExceptionType
 XMLConversionException.XMLConversionExceptionType XMLConversionException.getType()
           
static XMLConversionException.XMLConversionExceptionType XMLConversionException.XMLConversionExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XMLConversionException.XMLConversionExceptionType[] XMLConversionException.XMLConversionExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tecgraf.javautils.xml.conversion.exception with parameters of type XMLConversionException.XMLConversionExceptionType
XMLConversionException(XMLConversionException.XMLConversionExceptionType type)
          Cria uma exceção.
XMLConversionException(XMLConversionException.XMLConversionExceptionType type, String details)
          Cria uma exceção com uma mensagem específica.
XMLConversionException(XMLConversionException.XMLConversionExceptionType type, String details, Throwable original)
          Cria uma exceção encapsulando outra, com uma mensagem específica.
XMLConversionException(XMLConversionException.XMLConversionExceptionType type, Throwable original)
          Cria uma exceção encapsulando outra.
 



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