org.apache.maven.plugin.tools.model
Class PluginMetadataParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PluginMetadataParseException(java.io.File metadataFile, java.lang.String message)
           
PluginMetadataParseException(java.io.File metadataFile, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.io.File getMetadataFile()
           
 java.lang.String getOriginalMessage()
           
 
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
 

Constructor Detail

PluginMetadataParseException

public PluginMetadataParseException(java.io.File metadataFile,
                                    java.lang.String message,
                                    java.lang.Throwable cause)
Parameters:
metadataFile - could be null
message - could be null
cause - could be null

PluginMetadataParseException

public PluginMetadataParseException(java.io.File metadataFile,
                                    java.lang.String message)
Parameters:
metadataFile - could be null
message - could be null
Method Detail

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.