public class PomTranslationException extends Exception
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.