* @param windowContextManager found window-context-manager instance
* @return exception which can be thrown
*/
public static RuntimeException windowContextManagerNotEditableException(WindowContextManager windowContextManager)
{
return new UnhandledException(windowContextManager.getClass().getName() + " has to implement "
+ EditableWindowContextManager.class.getName());
}