com.jaxfront.core.xui
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jaxfront.core.xui.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends java.lang.Exception

Gets thrown if any error occurs during the instantiation of a PluginBean.

Version:
1.60
See Also:
Serialized Form

Constructor Summary
PluginException()
          Creates a PluginException.
PluginException(java.lang.String s)
          Creates a PluginException based on a error message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginException

public PluginException()
Creates a PluginException.


PluginException

public PluginException(java.lang.String s)
Creates a PluginException based on a error message.

Parameters:
s - error message