Uses of Enum
io.xlate.edi.stream.EDIStreamValidationError
Packages that use EDIStreamValidationError
-
Uses of EDIStreamValidationError in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as EDIStreamValidationErrorModifier and TypeFieldDescriptionprotected final EDIStreamValidationErrorEDIValidationException.errorThe actual error of this exception.Methods in io.xlate.edi.stream that return EDIStreamValidationErrorModifier and TypeMethodDescriptionEDIValidationException.getError()Get the type of validation errorEDIStreamReader.getErrorType()Returns an integer code that indicates the type of error the cursor is pointing to.static EDIStreamValidationErrorReturns 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 EDIStreamValidationErrorModifier and TypeMethodDescriptionvoidEDIInputErrorReporter.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 EDIStreamValidationErrorModifierConstructorDescriptionEDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data) Construct an EDIValidationException with the given data elements.