java.lang.Object
jp.ecuacion.lib.core.exception.checked.AppExceptionFields
Holds fields 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
Constructors -
Method Summary
-
Constructor Details
-
AppExceptionFields
Constructs a new instance withfields.- Parameters:
fields- the fields related to an exception. An array of length zero is acceptable.
-
-
Method Details
-
getFields
Gets fields.- Returns:
- the fields which holds in this instance
-