org.codehaus.plexus.component.configurator
Class ComponentConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.component.configurator.ComponentConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ComponentConfigurationException
extends java.lang.Exception

Version:
$Id: ComponentConfigurationException.java,v 1.1 2003/12/20 21:06:31 jvanzyl Exp $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ComponentConfigurationException(java.lang.String message)
           
ComponentConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
ComponentConfigurationException(java.lang.Throwable cause)
           
 
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

ComponentConfigurationException

public ComponentConfigurationException(java.lang.String message)

ComponentConfigurationException

public ComponentConfigurationException(java.lang.String message,
                                       java.lang.Throwable cause)

ComponentConfigurationException

public ComponentConfigurationException(java.lang.Throwable cause)