org.apache.maven.model.converter
Class PomTranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.