Uses of Class
br.gov.ans.tiss.exceptions.TissSchemaException

Packages that use TissSchemaException
br.gov.ans.tiss.exceptions   
br.gov.ans.tiss.nucleo   
 

Uses of TissSchemaException in br.gov.ans.tiss.exceptions
 

Subclasses of TissSchemaException in br.gov.ans.tiss.exceptions
 class TissHashException
          Exception que acusa erro de concordância entre o hash MD5 TISS calculado e o informado em uma mensagem.
 

Uses of TissSchemaException in br.gov.ans.tiss.nucleo
 

Methods in br.gov.ans.tiss.nucleo that throw TissSchemaException
 void MensagemTiss.setArquivoXml(java.lang.String arquivoXml)
          Setter para arquivoXml.
 void MensagemTiss.setTextoXml(java.lang.String textoXml)
          Tenta compor uma mensagem TISS a partir de um texto XML passado como um string.
 

Constructors in br.gov.ans.tiss.nucleo that throw TissSchemaException
MensagemTiss(java.lang.String pArquivoXml)
          Constrói uma mensagem TISS a partir de um nome de arquivo do sistema operacional.