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