com.supermap.services.providers

Class GeoPackageException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.supermap.services.providers.GeoPackageException
  • All Implemented Interfaces:
    java.io.Serializable


    public class GeoPackageException
    extends java.lang.RuntimeException
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      GeoPackageException()
      Default constructor.
      GeoPackageException(java.lang.String msg)
      Build a GeoPackage exception with detailed information.
      GeoPackageException(java.lang.String msg, java.lang.Throwable e)
      Construct a GeoPackage exception with an exception cause and detailed information.
      GeoPackageException(java.lang.Throwable e)
      Construct a GeoPackage exception with an exception cause.
    • 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

      • GeoPackageException

        public GeoPackageException()
        

        Default constructor.

      • GeoPackageException

        public GeoPackageException(java.lang.String msg)
        

        Build a GeoPackage exception with detailed information.

        Parameters:
        msg - the detailed message.
      • GeoPackageException

        public GeoPackageException(java.lang.Throwable e)
        

        Construct a GeoPackage exception with an exception cause.

        Parameters:
        e - abnormal cause.
      • GeoPackageException

        public GeoPackageException(java.lang.String msg,
                           java.lang.Throwable e)
        

        Construct a GeoPackage exception with an exception cause and detailed information.

        Parameters:
        msg - the detailed message.
        e - abnormal cause.