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>>

public static final class LookupInvoker.ExitException extends InvokerException
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 Details

    • ExitException

      public ExitException(int exitCode)