Uses of Class
io.xlate.edi.stream.EDIValidationException
-
Packages that use EDIValidationException Package Description io.xlate.edi.stream -
-
Uses of EDIValidationException in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIValidationException Modifier and Type Method Description EDIValidationExceptionEDIValidationException. getNextException()Retrieves the exception chained to thisEDIValidationExceptionobject by setNextException(EDIValidationException ex).Methods in io.xlate.edi.stream with parameters of type EDIValidationException Modifier and Type Method Description voidEDIValidationException. setNextException(EDIValidationException ex)Adds anEDIValidationExceptionobject to the end of the chain.
-