org.apache.maven.plugin.tools.model
Class PluginMetadataParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.tools.model.PluginMetadataParseException
- All Implemented Interfaces:
- java.io.Serializable
public class PluginMetadataParseException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
metadataFile
private final java.io.File metadataFile
originalMessage
private final java.lang.String originalMessage
PluginMetadataParseException
public PluginMetadataParseException(java.io.File metadataFile,
java.lang.String message,
java.lang.Throwable cause)
PluginMetadataParseException
public PluginMetadataParseException(java.io.File metadataFile,
java.lang.String message)
getMetadataFile
public java.io.File getMetadataFile()
getOriginalMessage
public java.lang.String getOriginalMessage()