|
||||||||||
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.apache.maven.lifecycle.LifecycleNotFoundException
public class LifecycleNotFoundException
Signals a failure to locate a lifecycle.
Constructor Summary | |
---|---|
LifecycleNotFoundException(java.lang.String lifecycleId)
Creates a new exception to indicate that the specified lifecycle is unknown. |
Method Summary | |
---|---|
java.lang.String |
getLifecycleId()
Gets the identifier of the lifecycle that was not found. |
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 LifecycleNotFoundException(java.lang.String lifecycleId)
lifecycleId
- The identifier of the lifecycle that could not be located, may be null
.Method Detail |
---|
public java.lang.String getLifecycleId()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |