237238239240241242243
public void showException(Workspace workspace, Exception ex) { // Representa un error this.layout = PageLayout.TwoColumnsLeft; this.centerContents.clear(); this.centerContents.add(new ErrorMessageControl(workspace, ex)); }