Interface ExceptionWithLineItems
public interface ExceptionWithLineItems
Interface for exceptions that have a line items
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends ExceptionLineItem>
getItems()
Returns the line items
-
Method Details
-
getItems
List<? extends ExceptionLineItem> getItems()Returns the line items- Returns:
- items
-