Package hdi.edi.parser
Class EdiParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hdi.GeneralException
hdi.edi.parser.EdiParserException
- All Implemented Interfaces:
Serializable
public class EdiParserException
extends hdi.GeneralException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEdiParserException
(String msg, Object... args) EdiParserException
(String msg, Throwable e, Object... args) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidLine
(String line) List
<hdi.edi.parserhelper.ParsedLine> invalidLines
(List<hdi.edi.parserhelper.ParsedLine> invalidLines) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EdiParserException
-
EdiParserException
-
EdiParserException
-
-
Method Details
-
addInvalidLine
-
invalidLines
- Returns:
this
.
-
invalidLines
-
toString
-