org.apache.maven.shared.dependency.graph
Class DependencyGraphBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.dependency.graph.DependencyGraphBuilderException
All Implemented Interfaces:
Serializable

public class DependencyGraphBuilderException
extends Exception

Indicates that a Maven project's dependency graph cannot be resolved.

Since:
2.0
Author:
Hervé Boutemy
See Also:
Serialized Form

Constructor Summary
DependencyGraphBuilderException(String message)
           
DependencyGraphBuilderException(String message, Throwable cause)
           
 
Method Summary
 
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

DependencyGraphBuilderException

public DependencyGraphBuilderException(String message)

DependencyGraphBuilderException

public DependencyGraphBuilderException(String message,
                                       Throwable cause)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.