public class

CannotSeeAgent

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ uk.ac.imperial.presage2.util.location.CannotSeeAgent

Class Overview

Exception thrown when an agent requests directly for the Location of another but the request agent is further away then the maximum distance the former can perceive (as defined by HasPerceptionRange).

Summary

Public Constructors
CannotSeeAgent(UUID me, UUID them)
Public Methods
String getLocalizedMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CannotSeeAgent (UUID me, UUID them)

Public Methods

public String getLocalizedMessage ()

Since: API Level