|
||||||||||
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.LifecyclePhaseNotFoundException
public class LifecyclePhaseNotFoundException
Signals a failure to locate the lifecycle for some phase.
Constructor Summary | |
---|---|
LifecyclePhaseNotFoundException(java.lang.String message,
java.lang.String lifecyclePhase)
Creates a new exception to indicate that the specified lifecycle phase is not defined by any known lifecycle. |
Method Summary | |
---|---|
java.lang.String |
getLifecyclePhase()
Gets the lifecycle phase 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 LifecyclePhaseNotFoundException(java.lang.String message, java.lang.String lifecyclePhase)
message
- The detail message, may be null
.lifecyclePhase
- The name of the lifecycle phase that could not be located, may be null
.Method Detail |
---|
public java.lang.String getLifecyclePhase()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |