public class EDIParseException extends SAXException
Constructor and Description |
---|
EDIParseException(Edimap mappingModel,
String message)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
Exception cause)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
Exception cause,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
EDIParseException(Edimap mappingModel,
String message,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
EDIParseException(String message)
Public constructor.
|
EDIParseException(String message,
Exception cause)
Public constructor.
|
EDIParseException(String message,
Exception cause,
MappingNode mappingNode,
int segmentNumber,
String[] segmentLine)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
MappingNode |
getErrorNode() |
String[] |
getSegmentline() |
int |
getSegmentNumber() |
getCause, getException, getMessage, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EDIParseException(String message)
message
- Exception message.public EDIParseException(String message, Exception cause)
message
- Exception message.cause
- Exception causepublic EDIParseException(Edimap mappingModel, String message)
mappingModel
- The mapping model for the message on which the exception was encoutered.message
- Exception message.public EDIParseException(Edimap mappingModel, String message, Exception cause)
mappingModel
- The mapping model for the message on which the exception was encoutered.message
- Exception message.cause
- Exception cause.public EDIParseException(String message, Exception cause, MappingNode mappingNode, int segmentNumber, String[] segmentLine)
message
- Exception message.cause
- Exception causemappingNode
- the Segment, Field or Component where error occured.segmentNumber
- the segment number where the error occured.segmentLine
- the segment line where the error occured.public EDIParseException(Edimap mappingModel, String message, MappingNode mappingNode, int segmentNumber, String[] segmentLine)
mappingModel
- The mapping model for the message on which the exception was encoutered.message
- Exception message.mappingNode
- the Segment, Field or Component where error occured.segmentNumber
- the segment number where the error occured.segmentLine
- the segment line where the error occured.public EDIParseException(Edimap mappingModel, String message, Exception cause, MappingNode mappingNode, int segmentNumber, String[] segmentLine)
mappingModel
- The mapping model for the message on which the exception was encoutered.message
- Exception message.cause
- Exception cause.mappingNode
- the Segment, Field or Component where error occured.segmentNumber
- the segment number where the error occured.segmentLine
- the segment line where the error occured.public MappingNode getErrorNode()
public int getSegmentNumber()
public String[] getSegmentline()
Copyright © 2020. All rights reserved.