org.sonatype.aether.resolution
Class ArtifactDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sonatype.aether.RepositoryException
              extended by org.sonatype.aether.resolution.ArtifactDescriptorException
All Implemented Interfaces:
Serializable

public class ArtifactDescriptorException
extends RepositoryException

Thrown in case of an unreadable or unresolvable artifact descriptor.

Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
ArtifactDescriptorException(ArtifactDescriptorResult result)
           
ArtifactDescriptorException(ArtifactDescriptorResult result, String message)
           
 
Method Summary
 ArtifactDescriptorResult getResult()
           
 
Methods inherited from class org.sonatype.aether.RepositoryException
getMessage
 
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

ArtifactDescriptorException

public ArtifactDescriptorException(ArtifactDescriptorResult result,
                                   String message)

ArtifactDescriptorException

public ArtifactDescriptorException(ArtifactDescriptorResult result)
Method Detail

getResult

public ArtifactDescriptorResult getResult()


Copyright © 2010-2013. All Rights Reserved.