Package cero

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

Related Classes of cero.UnsupportedPluginException

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.