Class CmsMultiException

All Implemented Interfaces:
Serializable, I_CmsThrowable

public class CmsMultiException extends CmsException
A multi exception is a container for several exception messages that may be caused by an internal operation.

This is provided so that the user can see a full picture of all the issues that have been caused in an operation, rather then only one (usually the first) issue.

Since:
2.0.0
See Also: