Class 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:
    Serialized Form
    • 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