org.apache.maven.model.converter

Class PomTranslationException

public class PomTranslationException extends Exception

Author: jdcasey

Constructor Summary
PomTranslationException(String groupId, String artifactId, String version, String message)
PomTranslationException(String groupId, String artifactId, String version, Throwable cause)
PomTranslationException(String groupId, String artifactId, String version, String message, Throwable cause)

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)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.