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
Deprecated.
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.- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownRepositoryLayoutException
(String repositoryId, String layoutId) Deprecated.UnknownRepositoryLayoutException
(String repositoryId, String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e) Deprecated. -
Method Summary
Methods inherited from class org.apache.maven.artifact.InvalidRepositoryException
getRepositoryId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getLayoutId
Deprecated.
-