org.apache.maven.artifact
Class UnknownRepositoryLayoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.InvalidRepositoryException
              extended by org.apache.maven.artifact.UnknownRepositoryLayoutException
All Implemented Interfaces:
Serializable

public class UnknownRepositoryLayoutException
extends InvalidRepositoryException

Exception which is meant to occur when a layout specified for a particular repository doesn't have a corresponding ArtifactRepositoryLayout component in the current container.

Author:
jdcasey
See Also:
Serialized Form

Constructor Summary
UnknownRepositoryLayoutException(String repositoryId, String layoutId)
           
UnknownRepositoryLayoutException(String repositoryId, String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)
           
 
Method Summary
 String getLayoutId()
           
 
Methods inherited from class org.apache.maven.artifact.InvalidRepositoryException
getRepositoryId
 
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

UnknownRepositoryLayoutException

public UnknownRepositoryLayoutException(String repositoryId,
                                        String layoutId)

UnknownRepositoryLayoutException

public UnknownRepositoryLayoutException(String repositoryId,
                                        String layoutId,
                                        org.codehaus.plexus.component.repository.exception.ComponentLookupException e)
Method Detail

getLayoutId

public String getLayoutId()


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