Class GeoException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class GeoException
    extends java.lang.Exception

    Root exception for all spatial related errors

    Since:
    4.0
    Version:
    4.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoException​(java.lang.Throwable theCause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GeoException

        public GeoException​(java.lang.Throwable theCause)