org.codehaus.plexus.configuration

Class PlexusConfigurationException


public class PlexusConfigurationException
extends Exception

Exception that is thrown when an expected configuration value encounters problems loading correctly.

Constructor Summary

PlexusConfigurationException(String message)
Construct a new PlexusConfigurationException instance.
PlexusConfigurationException(String message, Throwable throwable)
Construct a new PlexusConfigurationException instance.

Constructor Details

PlexusConfigurationException

public PlexusConfigurationException(String message)
Construct a new PlexusConfigurationException instance.
Parameters:
message - exception message

PlexusConfigurationException

public PlexusConfigurationException(String message,
                                    Throwable throwable)
Construct a new PlexusConfigurationException instance.
Parameters:
message - exception message
throwable - causing exception to chain