Package eu.planets_project.pp.plato.application

Examples of eu.planets_project.pp.plato.application.ErrorClass


                    .getRequest()).getSession().getId();
        } catch (RuntimeException e) {
            log.debug("Couldn't get SessionID");
        }

        allmessages.addErrorMessage(new ErrorClass(errorType, errorMessage, id,
                ((user==null)? "Unknown" : user.getUsername()), facesContext.getViewRoot().getViewId(),
                selectedPlan));
        return "bugreport";
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.application.ErrorClass

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.