c
EncodingException
class EncodingException(error: LiveLocation.EncodeError) extends IllegalArgumentExceptionThe unchecked wrapper used by convenience location APIs.
Prefer the corresponding Either-returning method when values can originate outside trusted
application code.
Parameters
errorthe checked encoding failure
Defined by scalive.LiveLocation.EncodingException. View source (scalive/api/src/scalive/LiveLocation.scala:107-108)
Values1
error
val error: LiveLocation.EncodeErrorDefined by scalive.LiveLocation.EncodingException.error. View source (scalive/api/src/scalive/LiveLocation.scala:107-107)