org.silvermoon.moonglow.plugin
Class PluginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.silvermoon.moonglow.common.BaseException
                    |
                    +--org.silvermoon.moonglow.plugin.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends BaseException

An error occurred running a Plugin

See Also:
Serialized Form

Constructor Summary
PluginException()
           
PluginException(java.lang.String msg)
           
PluginException(java.lang.Throwable t)
           
 
Methods inherited from class org.silvermoon.moonglow.common.BaseException
getMessageText
 
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

PluginException

public PluginException()

PluginException

public PluginException(java.lang.String msg)

PluginException

public PluginException(java.lang.Throwable t)