Package world.mappable.runtime
Interface Error
All known Subinterfaces:
CacheUnavailableError, LocalError, LocationUnavailableError, NetworkError, NotFoundError, RemoteError, TooComplexAvoidedZonesError
interface Error
An error has occurred.
Summary
Methods
Type and modifiers |
Method and Description |
boolean |
isValid() |
Methods
isValid
boolean isValid() |
Tells if this Error is valid or not.
Any other method (except for this one) called on an invalid Error will throw java.lang.RuntimeException. An instance becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now. Please refer to general docs about the interface for details on its invalidation.