Class Main


  • public final class Main
    extends Object
    The main class with its main entry point. Note that the static initializer for this class loads resources which must be present in the classpath (i.e., in the jar in which this class is packaged).
    Since:
    2021
    Author:
    The Planetary Data System
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(String[] argv)
                         throws Throwable
        The entry point.
        Parameters:
        argv - Argument vector; these command-line arguments are ignored.
        Throws:
        Throwable - if any error occurs.