Class PluginMetadataParseException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class PluginMetadataParseException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginMetadataParseException​(java.io.File metadataFile, java.lang.String message)
      Deprecated.
       
      PluginMetadataParseException​(java.io.File metadataFile, java.lang.String message, java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.io.File getMetadataFile()
      Deprecated.
       
      java.lang.String getOriginalMessage()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginMetadataParseException

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

        public PluginMetadataParseException​(java.io.File metadataFile,
                                            java.lang.String message)
        Deprecated.
        Parameters:
        metadataFile - could be null
        message - could be null
    • Method Detail

      • getMetadataFile

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

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