org.apache.maven.model.converter
Class PomTranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.model.converter.PomTranslationException
All Implemented Interfaces:
Serializable

public class PomTranslationException
extends Exception

Author:
jdcasey
See Also:
Serialized Form

Constructor Summary
PomTranslationException(String groupId, String artifactId, String version, String message)
           
PomTranslationException(String groupId, String artifactId, String version, String message, Throwable cause)
           
PomTranslationException(String groupId, String artifactId, String version, Throwable cause)
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 
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

PomTranslationException

public PomTranslationException(String groupId,
                               String artifactId,
                               String version,
                               String message)

PomTranslationException

public PomTranslationException(String groupId,
                               String artifactId,
                               String version,
                               Throwable cause)

PomTranslationException

public PomTranslationException(String groupId,
                               String artifactId,
                               String version,
                               String message,
                               Throwable cause)
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.