|
||||||||||
| 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.MetadataNotFoundException
public class MetadataNotFoundException
An exception that indicates that an artifact could not be found.
| Constructor Summary | |
|---|---|
MetadataNotFoundException(String path)
Creates a new MetadataNotFoundException. |
|
MetadataNotFoundException(String message,
String path)
Creates a new MetadataNotFoundException. |
|
MetadataNotFoundException(String message,
String path,
Throwable cause)
Creates a new MetadataNotFoundException. |
|
MetadataNotFoundException(String path,
Throwable cause)
Creates a new MetadataNotFoundException. |
|
| Method Summary | |
|---|---|
String |
getPath()
Gets the path of the metadata 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 MetadataNotFoundException(String path)
MetadataNotFoundException.
path - the path of the metadata that was not found.
public MetadataNotFoundException(String message,
String path)
MetadataNotFoundException.
message - The message.path - the path of the metadata that was not found.
public MetadataNotFoundException(String path,
Throwable cause)
MetadataNotFoundException.
path - the path of the metadata that was not found.cause - the reason why it was not found (or null if there is no specific reason)
public MetadataNotFoundException(String message,
String path,
Throwable cause)
MetadataNotFoundException.
message - The message.path - the path of the metadata that was not found.cause - the reason why it was not found (or null if there is no specific reason)| Method Detail |
|---|
public String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||