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

See Also:
Serialized Form

Constructor Summary
PluginException(String msg, Object... objects)
           
PluginException(String msg, Throwable cause)
           
PluginException(String msg, Throwable cause, Object... objects)
           
 
Method Summary
protected  Message createMessage(String code, Object... params)
           
 
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(String msg,
                       Object... objects)

PluginException

public PluginException(String msg,
                       Throwable cause)

PluginException

public PluginException(String msg,
                       Throwable cause,
                       Object... objects)
Method Detail

createMessage

protected Message createMessage(String code,
                                Object... params)
Specified by:
createMessage in class Exception

Celtix User APIs