Uses of Interface
io.xlate.edi.stream.Location
Packages that use Location
-
Uses of Location in io.xlate.edi.schema
Methods in io.xlate.edi.schema with parameters of type LocationModifier and TypeMethodDescriptiondefault booleanEDIElementPosition.matchesLocation(Location location) Determine if the given location's element and component matches this element position specification. -
Uses of Location in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as LocationModifier and TypeFieldDescriptionprotected final LocationEDIStreamException.locationLocation of the exceptionprotected final LocationEDIValidationException.locationLocation of the exceptionMethods in io.xlate.edi.stream that return LocationModifier and TypeMethodDescriptionLocation.copy()Create a new copy of this instanceEDIStreamException.getLocation()Gets the location of the exceptionEDIStreamReader.getLocation()Return the current location of the processor.EDIStreamWriter.getLocation()Return the current location of the writer.EDIValidationException.getLocation()Get the location of the validation errorMethods in io.xlate.edi.stream with parameters of type LocationModifier and TypeMethodDescriptionprotected static StringEDIStreamException.buildMessage(String message, Location location) Build a readable message that includes a detail message together with the location of the exceptionvoidEDIOutputErrorReporter.report(EDIStreamValidationError errorType, EDIStreamWriter writer, Location location, CharSequence data, EDIReference typeReference) Report the desired message in an application specific format.Constructors in io.xlate.edi.stream with parameters of type LocationModifierConstructorDescriptionEDIStreamException(String message, Location location) Construct an exception with the associated message, exception and location.EDIStreamException(String message, Location location, Throwable cause) Construct an exception with the associated message, exception and location.EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data) Construct an EDIValidationException with the given data elements.