org.codehaus.plexus.configuration

Class PlexusConfigurationException

public class PlexusConfigurationException extends Exception

Exception that is thrown when an expected configuration value encounters problems loading correctly.
Field Summary
static longserialVersionUID
Constructor Summary
PlexusConfigurationException(String message)
Construct a new PlexusConfigurationException instance.
PlexusConfigurationException(String message, Throwable throwable)
Construct a new PlexusConfigurationException instance.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

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