Class GimbalAPIKeyMissingException

All Implemented Interfaces:
Serializable

public class GimbalAPIKeyMissingException extends IllegalStateException
Gimbal.setAPIKey() must be called at least once before any other Gimbal methods are called, including Gimbal.start(), PlaceManager.addListener(), etc. If these are called before setAPIKey() is called (or if they are called and setAPIKey() is never called, the unchecked GimbalAPIKeyMissingException will be thrown.
See Also:
  • Constructor Details

    • GimbalAPIKeyMissingException

      public GimbalAPIKeyMissingException(String message)