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
(ParsingIssue issue) EdiParserException
(String msg, Object... args) EdiParserException
(String msg, Throwable e, Object... args) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidLine
(String line) boolean
List
<hdi.edi.parserhelper.ParsedLine> invalidLines
(List<hdi.edi.parserhelper.ParsedLine> invalidLines) issues()
issues
(List<ParsingIssue> issues) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EdiParserException
-
EdiParserException
-
EdiParserException
-
EdiParserException
-
-
Method Details
-
getLastIssue
-
hasIssues
public boolean hasIssues() -
addInvalidLine
-
invalidLines
- Returns:
this
.
-
issues
- Returns:
this
.
-
invalidLines
-
issues
-