|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.celtix.common.i18n.Exception
org.objectweb.celtix.plugins.PluginException
public class PluginException
Used to indicate an exception when managing a plugin object.
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 |
---|
public PluginException(Message msg)
PluginException
with the given detail message.
public PluginException(Message msg, Throwable cause)
PluginException
with the given detail message
and cause.
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |