Class PlexusConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.configuration.PlexusConfigurationException
All Implemented Interfaces:
Serializable

public class PlexusConfigurationException extends Exception
Exception that is thrown when an expected configuration value encounters problems loading correctly.
See Also:
  • 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