Package uk.ac.osswatch.simal.wicket

Examples of uk.ac.osswatch.simal.wicket.UserReportableException


      reportError("Unable to retrieve widget instance");
    }
  }

  private void reportError(String errorMessage) {
    UserReportableException error = new UserReportableException(errorMessage,
        WidgetInstancePage.class);
    setResponsePage(new ErrorReportPage(error));
  }
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.wicket.UserReportableException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.