Package melnorme.lang.ide.core.LangCore

Examples of melnorme.lang.ide.core.LangCore.StatusExt


    return createStatus(IStatus.ERROR, message, throwable);
  }
 
  /** Creates a Status with given status code and message. */
  public static StatusExt createStatus(int statusCode, String message, Throwable throwable) {
    return new StatusExt(statusCode, LangCore.getInstance(), message, throwable);
  }
View Full Code Here

TOP

Related Classes of melnorme.lang.ide.core.LangCore.StatusExt

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.