Helper class to create properly concatenated reason string for use in method that return {@link String}s with reasons.
If no reasons are specified {@link #getReason()} will returnnull , otherwise it will return a {@link String} with all thevalid reasons concatenated with a semi-colon separating each one.
An alternative is to use the {@link Reasons} class.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.