Class PluginMetadataParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.tools.plugin.extractor.model.PluginMetadataParseException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructorsConstructorDescriptionPluginMetadataParseException(File metadataFile, String message) Deprecated.PluginMetadataParseException(File metadataFile, String message, Throwable cause) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginMetadataParseExceptionDeprecated.- Parameters:
- metadataFile- could be null
- message- could be null
- cause- could be null
 
- 
PluginMetadataParseExceptionDeprecated.- Parameters:
- metadataFile- could be null
- message- could be null
 
 
- 
- 
Method Details- 
getMetadataFileDeprecated.- Returns:
- the metadata file
 
- 
getOriginalMessageDeprecated.- Returns:
- the original message
 
 
-