|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.ihe.exception.IHE_Exception
public class IHE_Exception
| Field Summary | |
|---|---|
private org.jdom.Document |
document
|
private boolean |
isparsing
|
private java.lang.String[] |
mfich
|
private org.jdom.Element |
racine
|
java.lang.String |
users
|
static java.lang.String |
VersionUID
|
| Constructor Summary | |
|---|---|
IHE_Exception()
|
|
IHE_Exception(java.lang.String[] es,
boolean isparsing)
The constructor who create the racine of the document |
|
| Method Summary | |
|---|---|
void |
parseException(java.util.Vector vcy)
To recover all the errors but not HL7Exception one for the parsing (essentially) and for the validation |
void |
ParserHL7Exception(ca.uhn.hl7v2.HL7Exception[] mesexceptions)
Copy all of the HL7Exception on the result path |
void |
record(java.lang.String fichier)
Create the result file |
void |
topost()
Print the result |
void |
validmessage()
Give the result of the validation or the parsing when is successful |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String[] mfich
private boolean isparsing
public java.lang.String users
public static final java.lang.String VersionUID
private org.jdom.Element racine
private org.jdom.Document document
| Constructor Detail |
|---|
public IHE_Exception()
public IHE_Exception(java.lang.String[] es,
boolean isparsing)
es: - give the name of the in-file and the result-fileisparsing - :boolean which value = false if it is performing "validation" and true if it is parsing| Method Detail |
|---|
public void ParserHL7Exception(ca.uhn.hl7v2.HL7Exception[] mesexceptions)
mesexceptions: - the execption of the validationpublic void topost()
public void record(java.lang.String fichier)
fichier: - filepathpublic void parseException(java.util.Vector vcy)
vcy: - is the vector which contains these errorspublic void validmessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||