Package org.apache.maven.plugin
Class InvalidPluginDescriptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.InvalidPluginDescriptorException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPluginDescriptorException extends java.lang.Exception
InvalidPluginDescriptorException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPluginDescriptorException(java.lang.String message, java.util.List<java.lang.String> errors)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
toMessage(java.lang.String message, java.util.List<java.lang.String> errors)
-