Uses of Interface
io.xlate.edi.stream.Location
| Package | Description |
|---|---|
| io.xlate.edi.stream |
-
Uses of Location in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as Location Modifier and Type Field Description protected LocationEDIStreamException. locationprotected LocationEDIValidationException. locationMethods in io.xlate.edi.stream that return Location Modifier and Type Method Description LocationLocation. copy()Create a new copy of this instanceLocationEDIStreamException. getLocation()Gets the location of the exceptionLocationEDIStreamReader. getLocation()Return the current location of the processor.LocationEDIStreamWriter. getLocation()Return the current location of the writer.LocationEDIValidationException. getLocation()Methods in io.xlate.edi.stream with parameters of type Location Modifier and Type Method Description voidEDIOutputErrorReporter. report(EDIStreamValidationError errorType, EDIStreamWriter writer, Location location, java.lang.CharSequence data, EDIReference typeReference)Report the desired message in an application specific format.Constructors in io.xlate.edi.stream with parameters of type Location Constructor Description EDIStreamException(java.lang.String message, Location location)Construct an exception with the associated message, exception and location.EDIStreamException(java.lang.String message, Location location, java.lang.Throwable cause)Construct an exception with the associated message, exception and location.EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, java.lang.CharSequence data)