Class MainExitless


  • public final class MainExitless
    extends java.lang.Object
    Main command line entry point that does not call exit().
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main entry point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        The main entry point.
        Parameters:
        args - Command line arguments
        Throws:
        java.io.IOException - On errors