Package play.api

Examples of play.api.UnexpectedException


   */
  private static HashMap<String, Object> getInfoMap() {
    HashMap<String, Object> map = infos.get();
        if (map == null) {
          Option<String> m = Option.apply("nothing in the infos in the mailer");
            throw new UnexpectedException(m, null);
        }
    return map;
  }
View Full Code Here

TOP

Related Classes of play.api.UnexpectedException

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.