com.virtuosotechnologies.lib.plugin
Class IllegalPluginInfoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.lib.plugin.IllegalPluginInfoException
All Implemented Interfaces:
Serializable

public class IllegalPluginInfoException
extends Exception

Illegal operation done on a PluginInfo. This exception is thrown by EditablePluginInfo methods when an illegal operation is attempted.

See Also:
Serialized Form

Constructor Summary
IllegalPluginInfoException(String msg)
          Constructor with message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPluginInfoException

public IllegalPluginInfoException(String msg)
Constructor with message string.

Parameters:
msg - message string