Package com.toc.lib.exception

Examples of com.toc.lib.exception.AppException


  }
 
  public static AppException raise(String errorCode, String errorInformation) {
    //TODO: Remove it when test is done
    System.out.println(errorInformation);
    return new AppException(errorCode,errorInformation);
  }
View Full Code Here

TOP

Related Classes of com.toc.lib.exception.AppException

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.