Class PluginMetadataParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.tools.plugin.extractor.model.PluginMetadataParseException
-
- All Implemented Interfaces:
Serializable
public class PluginMetadataParseException extends Exception
Exception when plugin metadata parsing occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginMetadataParseException(File metadataFile, String message)
PluginMetadataParseException(File metadataFile, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getMetadataFile()
String
getOriginalMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-