org.merlotxml.merlot.plugin
Class PluginConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.merlotxml.util.WrapperException
                    |
                    +--org.merlotxml.merlot.plugin.PluginConfigException

public class PluginConfigException
extends WrapperException

Plugin Configuration Exception

Wraps exceptions that are thrown by plugin configurations.

Version:
$Id: PluginConfigException.java,v 1.1 2000/05/19 20:34:25 timm Exp $
Author:
Tim McCune
See Also:
Serialized Form

Fields inherited from class org.merlotxml.util.WrapperException
realException
 
Constructor Summary
PluginConfigException(java.lang.Exception realException)
           
 
Methods inherited from class org.merlotxml.util.WrapperException
getRealException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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.Exception realException)