Class UnsupportedPlatformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nyc.doitt.gis.geoclient.jni.util.UnsupportedPlatformException
All Implemented Interfaces:
Serializable

public class UnsupportedPlatformException extends RuntimeException
Thrown when this library is run on an unsupported platform. Currently, the native Geosupport application is only available from the Department of City Planning on 64-bit Linux and Windows operating systems. Therefore, geoclient-jni only runs on these same platforms.
Since:
2.0.0
Author:
mlipper
See Also:
  • Constructor Details

    • UnsupportedPlatformException

      public UnsupportedPlatformException(String operatingSystem, String architecture)
      Uses the given operating system name (Linux, Windows, etc.) and CPU architecture (x64, amd64, etc.) to create an informative exception message.
      Parameters:
      operatingSystem - OS name
      architecture - CPU architecture
    • UnsupportedPlatformException

      public UnsupportedPlatformException(String message)