Class InvokerException.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.api.cli.InvokerException.ExitException
All Implemented Interfaces:
Serializable
Enclosing class:
InvokerException

public static final class InvokerException.ExitException extends InvokerException
Exception for intentional exit: No message or anything will be displayed, just the carried exit code will be returned from invoker Invoker.invoke(InvokerRequest) method.
See Also:
  • Constructor Details

    • ExitException

      public ExitException(int exitCode)
  • Method Details

    • getExitCode

      public int getExitCode()