Package org.apache.maven.artifact
Class UnknownRepositoryLayoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.InvalidRepositoryException
org.apache.maven.artifact.UnknownRepositoryLayoutException
- All Implemented Interfaces:
- Serializable
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:
- 
Constructor SummaryConstructorsConstructorDescriptionUnknownRepositoryLayoutException(String repositoryId, String layoutId) UnknownRepositoryLayoutException(String repositoryId, String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e) 
- 
Method SummaryMethods inherited from class org.apache.maven.artifact.InvalidRepositoryExceptiongetRepositoryIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownRepositoryLayoutException
- 
UnknownRepositoryLayoutException
 
- 
- 
Method Details- 
getLayoutId
 
-