Package org.sylfra.idea.plugins.xstructure.resolution

Examples of org.sylfra.idea.plugins.xstructure.resolution.ImplNotSupportedException


  public void checkSupported() throws ImplNotSupportedException
  {
    IdeaPluginDescriptor xPathViewPlugin = PluginManager.getPlugin(PluginId.getId("XPathView"));
    if (xPathViewPlugin == null)
    {
      throw new ImplNotSupportedException("XPathView plugin is required");
    }
  }
View Full Code Here

TOP

Related Classes of org.sylfra.idea.plugins.xstructure.resolution.ImplNotSupportedException

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.