Package org.apache.maven.lifecycle
Class LifecycleNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.lifecycle.LifecycleNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class LifecycleNotFoundException extends java.lang.Exception
Signals a failure to locate a lifecycle.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
lifecycleId
-
Constructor Summary
Constructors Constructor Description LifecycleNotFoundException(java.lang.String lifecycleId)
Creates a new exception to indicate that the specified lifecycle is unknown.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLifecycleId()
Gets the identifier of the lifecycle that was not found.
-