Module jp.ecuacion.lib.core
Class AppExceptionItemIds
java.lang.Object
jp.ecuacion.lib.core.exception.checked.AppExceptionItemIds
Holds
itemIds related to exceptions.
Since a set of message parameters is also a message-related String array,
this needs to be objectized to be easily distinguished from message arguments.
-
Constructor Summary
ConstructorsConstructorDescriptionAppExceptionItemIds(String... itemIds) Constructs a new instance withitemIds. -
Method Summary
-
Constructor Details
-
AppExceptionItemIds
Constructs a new instance withitemIds.- Parameters:
itemIds- theitemIds related to an exception. An array of length zero is acceptable.
-
-
Method Details
-
getItemIds
GetsitemIds.- Returns:
- the itemIds which holds in this instance
-