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 Summary
ConstructorsConstructorDescriptionPluginMetadataParseException(File metadataFile, String message) Deprecated.PluginMetadataParseException(File metadataFile, String message, Throwable cause) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PluginMetadataParseException
Deprecated.- Parameters:
 metadataFile- could be nullmessage- could be nullcause- could be null
 - 
PluginMetadataParseException
Deprecated.- Parameters:
 metadataFile- could be nullmessage- could be null
 
 - 
 - 
Method Details
- 
getMetadataFile
Deprecated.- Returns:
 - the metadata file
 
 - 
getOriginalMessage
Deprecated.- Returns:
 - the original message
 
 
 -