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
Exception when plugin metadata parsing occurred.
- Version:
- $Id: PluginMetadataParseException.java 684241 2008-08-09 12:16:04Z vsiveton $
- 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)
- Parameters:
metadataFile
- could be nullmessage
- could be nullcause
- could be null
PluginMetadataParseException
public PluginMetadataParseException(java.io.File metadataFile,
java.lang.String message)
- Parameters:
metadataFile
- could be nullmessage
- could be null
getMetadataFile
public java.io.File getMetadataFile()
- Returns:
- the metadata file
getOriginalMessage
public java.lang.String getOriginalMessage()
- Returns:
- the original message
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.