tecgraf.javautils.xml.exception
Class XMLInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tecgraf.javautils.xml.exception.XMLException
tecgraf.javautils.xml.exception.XMLInternalErrorException
- All Implemented Interfaces:
- Serializable
public class XMLInternalErrorException
- extends XMLException
A classe XMLInternalErrorException implementa exceções
ocorridas devido a erros internos (p.ex. mapeamento de tags para classes).
- Author:
- Andre Oliveira da Costa
- See Also:
- Serialized Form
| Fields inherited from class tecgraf.javautils.xml.exception.XMLException |
tag |
XMLInternalErrorException
public XMLInternalErrorException(String tag,
String message)
- TODO Comentar
- Parameters:
tag - message -
XMLInternalErrorException
public XMLInternalErrorException(Exception e)
- TODO Comentar
- Parameters:
e -
XMLInternalErrorException
public XMLInternalErrorException(String tag,
Exception e)
- TODO Comentar
- Parameters:
tag - e -
XMLInternalErrorException
public XMLInternalErrorException(String tag,
Exception e,
String message)
- TODO Comentar
- Parameters:
tag - e - message -
Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.