Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.merlot.plugin
Class PluginConfigException  view PluginConfigException download PluginConfigException.java

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 org.merlotxml.util.WrapperException

Plugin Configuration Exception

Wraps exceptions that are thrown by plugin configurations.

Version:
$Id: PluginConfigException.java,v 1.1.1.1 2001/07/02 15:41:28 flament Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.merlotxml.util.WrapperException
realException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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, 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.Exception realException)