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:
Serializable

public class PluginMetadataParseException
extends Exception

See Also:
Serialized Form

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

PluginMetadataParseException

public PluginMetadataParseException(File metadataFile,
                                    String message)
Method Detail

getMetadataFile

public File getMetadataFile()

getOriginalMessage

public String getOriginalMessage()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.