The Consultingwerk.Exceptions package contains specialized error classes. The classes
in this package do extend the Progress.Lang.AppError class. Classes may implement the
following interfaces that control specific error functionality.
This interface is for error classes that should not be visualized using the
Consultingwerk.Util.ErrorHelper class. This is useful for errors that should
just indicate that a method has been cancelled but are not relevant to the
end user.
Errors implementing this interface provide a Title property that will be
used as the title of error message dialogs rendered by the
Consultingwerk.Util.ErrorHelper class.