org.apache.maven.shared.dependency.graph
Class DependencyGraphBuilderException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DependencyGraphBuilderException
public DependencyGraphBuilderException(String message)
DependencyGraphBuilderException
public DependencyGraphBuilderException(String message,
                                       Throwable cause)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.