Celtix User APIs

org.objectweb.celtix.plugins
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.celtix.common.i18n.Exception
              extended by org.objectweb.celtix.plugins.PluginException
All Implemented Interfaces:
Serializable

public class PluginException
extends Exception

Used to indicate an exception when managing a plugin object.

See Also:
Serialized Form

Constructor Summary
PluginException(Message msg)
          Constructs a PluginException with the given detail message.
PluginException(Message msg, Throwable cause)
          Constructs a PluginException with the given detail message and cause.
 
Method Summary
 
Methods inherited from class org.objectweb.celtix.common.i18n.Exception
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PluginException

public PluginException(Message msg)
Constructs a PluginException with the given detail message.


PluginException

public PluginException(Message msg,
                       Throwable cause)
Constructs a PluginException with the given detail message and cause.


Celtix User APIs