| Package | Description |
|---|---|
| tecgraf.javautils.xml.conversion.exception |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2016 Tecgraf/PUC-Rio. All rights reserved.