Package org.apache.maven.cling.invoker
Class LookupInvoker.ExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.api.services.MavenException
org.apache.maven.api.cli.InvokerException
org.apache.maven.cling.invoker.LookupInvoker.ExitException
- All Implemented Interfaces:
Serializable
- Enclosing class:
LookupInvoker<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>>
Exception for intentional exit: No message or anything will be displayed, just the
carried exit code will be returned from
LookupInvoker.invoke(InvokerRequest)
method.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExitException
public ExitException(int exitCode)
-