public class XMLInternalErrorException extends XMLException
XMLInternalErrorException implementa exceções
ocorridas devido a erros internos (p.ex. mapeamento de tags para classes).tag| Constructor and Description |
|---|
XMLInternalErrorException(Exception e)
Construtor.
|
XMLInternalErrorException(String tag,
Exception e)
Construtor.
|
XMLInternalErrorException(String tag,
Exception e,
String message)
Construtor
|
XMLInternalErrorException(String tag,
String message)
Construtor.
|
getTag, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XMLInternalErrorException(String tag, String message)
tag - tagmessage - mensagem de erro.public XMLInternalErrorException(Exception e)
e - exceção detectada.public XMLInternalErrorException(String tag, Exception e)
tag - tage - exceção detectadaCopyright © 2016 Tecgraf/PUC-Rio. All rights reserved.