Class UserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteTiedElementException

public class UserException extends ApplicationException
used to signal problems or backend activities to user (not necessarily errors). can have several localized and parametrized message for ui display or notification. Use method #getLocalizedMessage(String) to retrieve all messages concatenated.
See Also: