|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.ufg.integrate.xml.IntegrateErrorHandler
public class IntegrateErrorHandler
| Constructor Summary | |
|---|---|
IntegrateErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(SAXParseException ex)
Captura e armazena os erros durante a validação. |
void |
fatalError(SAXParseException ex)
Como é um erro que interrompe a validação do arquivo, repassa o tratamento da exceção para a aplicação. |
ArrayList<Exception> |
getErrors()
Retorna a coleção de erros gerados durante a validação. |
ArrayList<Exception> |
getWarnings()
Retorna a coleção de warnings gerados durante a validação. |
void |
warning(SAXParseException ex)
Captura e armazena os warnings durante a validação. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrateErrorHandler()
| Method Detail |
|---|
public void error(SAXParseException ex)
throws SAXException
error in interface ErrorHandlerSAXException
public void fatalError(SAXParseException ex)
throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic ArrayList<Exception> getErrors()
public ArrayList<Exception> getWarnings()
public void warning(SAXParseException ex)
throws SAXException
warning in interface ErrorHandlerSAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||