Main Menu | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
What does EDIReader do when it finds invalid EDI syntax? |
![]() |
![]() |
![]() |
Sunday, 04 February 2007 | |
When EDIReader discovers a syntax error in the EDI it is parsing, it throws a subclass of SAXException just as an XML SAX parser would. Specifically, it throws an EDIException, which is a sublcass of SAXException. Generally speaking, the EDIException carries details of segment number and field number, along with context-specific information on the error condition.
|
|
Last Updated ( Sunday, 04 February 2007 ) |
Next > |
---|