Uses of Class
io.xlate.edi.stream.EDIValidationException
Packages that use EDIValidationException
-
Uses of EDIValidationException in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIValidationExceptionModifier and TypeMethodDescriptionEDIValidationException.getNextException()Retrieves the exception chained to thisEDIValidationExceptionobject by setNextException(EDIValidationException ex).Methods in io.xlate.edi.stream with parameters of type EDIValidationExceptionModifier and TypeMethodDescriptionvoidEDIValidationException.setNextException(EDIValidationException ex) Adds anEDIValidationExceptionobject to the end of the chain.