Class PluginMetadataParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.tools.plugin.extractor.model.PluginMetadataParseException
All Implemented Interfaces:
Serializable

@Deprecated public class PluginMetadataParseException extends Exception
Deprecated.
Scripting support for mojos is deprecated and is planned tp be removed in maven 4.0
Exception when plugin metadata parsing occurred.
See Also:
  • Constructor Details

    • PluginMetadataParseException

      public PluginMetadataParseException(File metadataFile, String message, Throwable cause)
      Deprecated.
      Parameters:
      metadataFile - could be null
      message - could be null
      cause - could be null
    • PluginMetadataParseException

      public PluginMetadataParseException(File metadataFile, String message)
      Deprecated.
      Parameters:
      metadataFile - could be null
      message - could be null
  • Method Details

    • getMetadataFile

      public File getMetadataFile()
      Deprecated.
      Returns:
      the metadata file
    • getOriginalMessage

      public String getOriginalMessage()
      Deprecated.
      Returns:
      the original message