Uses of Class
com.americancoders.edi.OBOEException

Uses of OBOEException in com.americancoders.edi
 

Methods in com.americancoders.edi that throw OBOEException
 void SegmentContainer.addSegment(Segment inSegment)
           
 void SegmentContainer.addSegment(Segment inSegment, int inPosition)
          adds a Segment to the segmentArray by its predefined sequence
 void SegmentContainer.addSegmentToVector(Segment inSegment, int inPosition)
          adds a Segment to a vectorized segment in the segmentArray at a predefined sequence
 void SegmentContainer.setSegmentAt(Segment inSegment, int inPosition)
          sets a Segment to the segmentArray at position in the array, if the Segment is part of the vectorized segment throw exception
 void SegmentContainer.setSegmentAt(Segment inSegment, int inPosition, int inVectorPosition)
          sets a Segment to the vector at a position segmentArray
 void SegmentContainer.removeSegment(java.lang.String inID)
          removes a Segment from the segmentArray by id, does this by setting array entry to null can be used to remove all segments with same id at a vectorized position
 void SegmentContainer.removeSegment(java.lang.String inID, int inPosition)
          removes a Segment from the segmentArray by its ID from the subsegment Vector
 void SegmentContainer.removeSegment(int inPosition)
          removes a Segment from the segmentArray at a particular position can be used to remove all segments with same id at a vectorized position
 void SegmentContainer.removeSegment(int inPosition, int inVectorPosition)
          removes a Segment from the segmentArray at a particular position in the subsegment Vector
 Segment SegmentContainer.getSegment(int inPosition, int inVectorPosition)
          returns the Segment inside the subsegment Vector by its position