org.apache.maven.project
Class DependencyResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.project.DependencyResolutionException
All Implemented Interfaces:
Serializable

public class DependencyResolutionException
extends Exception

Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
DependencyResolutionException(DependencyResolutionResult result, String message, Throwable cause)
           
 
Method Summary
 DependencyResolutionResult getResult()
           
 
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

DependencyResolutionException

public DependencyResolutionException(DependencyResolutionResult result,
                                     String message,
                                     Throwable cause)
Method Detail

getResult

public DependencyResolutionResult getResult()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.