Examples of UnsupportedPluginException


Examples of cero.UnsupportedPluginException

   *            the InterfaceModule to add.
   * throws UnsupportedPluginException
   */
  public void addInterfaceModule(InterfaceModule module)
      throws UnsupportedPluginException {
    throw new UnsupportedPluginException(
        "Cannot add Module to the SoundManager");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.