Uses of Class
io.xlate.edi.stream.EDIStreamValidationError
| Package | Description |
|---|---|
| io.xlate.edi.stream |
-
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.Methods in io.xlate.edi.stream with parameters of type EDIStreamValidationError Modifier and Type Method Description voidEDIInputErrorReporter. report(EDIStreamValidationError errorType, EDIStreamReader reader)Report the desired message in an application specific format.voidEDIOutputErrorReporter. 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 EDIStreamValidationError Constructor Description EDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data)