com.virtuosotechnologies.lib.plugin
Class PluginInitializerException

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

public class PluginInitializerException
extends Exception

Unable to initialize plugin or provide a requested API. This is thrown by a PluginInitializer when it encounters a problem initializing a plugin.

See Also:
Serialized Form

Constructor Summary
PluginInitializerException()
          Default constructor.
PluginInitializerException(String msg)
          Constructor with message string.
PluginInitializerException(String msg, Throwable cause)
          Constructor with message string and cause
PluginInitializerException(Throwable cause)
          Constructor with cause
 
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

PluginInitializerException

public PluginInitializerException()
Default constructor.


PluginInitializerException

public PluginInitializerException(String msg)
Constructor with message string.

Parameters:
msg - message string

PluginInitializerException

public PluginInitializerException(String msg,
                                  Throwable cause)
Constructor with message string and cause

Parameters:
msg - message string
cause - chained exception

PluginInitializerException

public PluginInitializerException(Throwable cause)
Constructor with cause

Parameters:
cause - chained exception