Uses of Class
io.xlate.edi.stream.EDIStreamValidationError
-
Packages that use EDIStreamValidationError Package Description io.xlate.edi.internal.stream io.xlate.edi.internal.stream.tokenization io.xlate.edi.internal.stream.validation io.xlate.edi.stream -
-
Uses of EDIStreamValidationError in io.xlate.edi.internal.stream
Methods in io.xlate.edi.internal.stream that return EDIStreamValidationError Modifier and Type Method Description EDIStreamValidationErrorStaEDIStreamReader. getErrorType()Methods in io.xlate.edi.internal.stream with parameters of type EDIStreamValidationError Modifier and Type Method Description voidStaEDIStreamWriter. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition)voidStaEDIStreamWriter. segmentError(CharSequence token, EDIStreamValidationError error) -
Uses of EDIStreamValidationError in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return EDIStreamValidationError Modifier and Type Method Description EDIStreamValidationErrorProxyEventHandler. getErrorType()Methods in io.xlate.edi.internal.stream.tokenization with parameters of type EDIStreamValidationError Modifier and Type Method Description voidProxyEventHandler. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition)voidValidationEventHandler. elementError(EDIStreamEvent event, EDIStreamValidationError error, CharSequence referenceCode, int element, int component, int repetition)voidProxyEventHandler. segmentError(CharSequence token, EDIStreamValidationError error)voidValidationEventHandler. segmentError(CharSequence token, EDIStreamValidationError error) -
Uses of EDIStreamValidationError in io.xlate.edi.internal.stream.validation
Methods in io.xlate.edi.internal.stream.validation that return EDIStreamValidationError Modifier and Type Method Description EDIStreamValidationErrorUsageError. getError() -
Uses of EDIStreamValidationError in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as EDIStreamValidationError Modifier and Type Field Description protected EDIStreamValidationErrorEDIValidationException. errorMethods in io.xlate.edi.stream that return EDIStreamValidationError Modifier and Type Method Description EDIStreamValidationErrorEDIValidationException. getError()EDIStreamValidationErrorEDIStreamReader. getErrorType()Returns an integer code that indicates the type of error the cursor is pointing to.static EDIStreamValidationErrorEDIStreamValidationError. valueOf(String name)Returns the enum constant of this type with the specified name.static EDIStreamValidationError[]EDIStreamValidationError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.xlate.edi.stream with parameters of type EDIStreamValidationError Constructor Description EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data)
-