Class GeographicErr

  • All Implemented Interfaces:
    Serializable

    public class GeographicErr
    extends RuntimeException
    Exception handling for GeographicLib.

    A class to handle exceptions. It's derived from RuntimeException so it can be caught by the usual catch clauses.

    See Also:
    Serialized Form
    • Constructor Detail

      • GeographicErr

        public GeographicErr​(String msg)
        Constructor

        Parameters:
        msg - a string message, which is accessible in the catch clause via getMessage().