|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.mojo.mrm.api.maven.ArtifactNotFoundException
public class ArtifactNotFoundException
An exception that indicates that an artifact could not be found.
| Constructor Summary | |
|---|---|
ArtifactNotFoundException(Artifact artifact)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(Artifact artifact,
Throwable cause)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(String message,
Artifact artifact)
Creates a new ArtifactNotFoundException. |
|
ArtifactNotFoundException(String message,
Artifact artifact,
Throwable cause)
Creates a new ArtifactNotFoundException. |
|
| Method Summary | |
|---|---|
Artifact |
getArtifact()
Gets the artifact that does not exist. |
| 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 |
|---|
public ArtifactNotFoundException(Artifact artifact)
ArtifactNotFoundException.
artifact - the artifact that was not found.
public ArtifactNotFoundException(Artifact artifact,
Throwable cause)
ArtifactNotFoundException.
artifact - the artifact that was not found.cause - the reason why it was not found (or null if there is no specific reason)
public ArtifactNotFoundException(String message,
Artifact artifact)
ArtifactNotFoundException.
message - The message.artifact - the artifact that was not found.
public ArtifactNotFoundException(String message,
Artifact artifact,
Throwable cause)
ArtifactNotFoundException.
message - The message.artifact - the artifact that was not found.cause - the reason why it was not found (or null if there is no specific reason)| Method Detail |
|---|
public Artifact getArtifact()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||