org.merlotxml.merlot.plugin
Class PluginConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.merlotxml.util.WrapperException
              extended byorg.merlotxml.merlot.plugin.PluginConfigException
All Implemented Interfaces:
java.io.Serializable

public class PluginConfigException
extends WrapperException

Plugin Configuration Exception

Wraps exceptions that are thrown by plugin configurations.

Author:
Tim McCune
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.merlotxml.util.WrapperException
realException
 
Constructor Summary
PluginConfigException(java.lang.Exception realException)
           
PluginConfigException(java.lang.String message)
           
 
Methods inherited from class org.merlotxml.util.WrapperException
getRealException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginConfigException

public PluginConfigException(java.lang.String message)

PluginConfigException

public PluginConfigException(java.lang.Exception realException)