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:
- Serializable
public class PluginMetadataParseException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginMetadataParseException
public PluginMetadataParseException(File metadataFile,
String message,
Throwable cause)
PluginMetadataParseException
public PluginMetadataParseException(File metadataFile,
String message)
getMetadataFile
public File getMetadataFile()
getOriginalMessage
public String getOriginalMessage()
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.