Package doan.springmvcexceptionhandling.demo.exception

Examples of doan.springmvcexceptionhandling.demo.exception.FunctionalException


  /********** Exception 4 ***************/
  @RequestMapping(value = "http/exception4", method = RequestMethod.GET)
  public String exception4() throws FunctionalException
  {
    throw new FunctionalException("Functional exception");
  }
View Full Code Here

TOP

Related Classes of doan.springmvcexceptionhandling.demo.exception.FunctionalException

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.