org.codehaus.plexus.configuration
Class PlexusConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.configuration.PlexusConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class PlexusConfigurationException
extends java.lang.Exception

Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.

Version:
CVS $Revision: 1.1 $ $Date: 2004/01/12 22:02:06 $
Author:
Avalon Development Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PlexusConfigurationException(java.lang.String message)
          Construct a new ConfigurationException instance.
PlexusConfigurationException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new ConfigurationException instance.
 
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

PlexusConfigurationException

public PlexusConfigurationException(java.lang.String message)
Construct a new ConfigurationException instance.

Parameters:
message - The detail message for this exception.

PlexusConfigurationException

public PlexusConfigurationException(java.lang.String message,
                                    java.lang.Throwable throwable)
Construct a new ConfigurationException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception