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 |
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()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.