public class LocationException extends Exception
LocationException
is thrown when a location API specific
error has occurred. The detailed conditions when this exception is thrown are
documented in the methods that throw this exception.Constructor and Description |
---|
LocationException()
Constructs a
LocationException with no detail message. |
LocationException(String s)
Constructs a
LocationException with the specified detail
message. |
getMessage, initCause, printStackTrace, printStackTrace, toString
public LocationException()
LocationException
with no detail message.public LocationException(String s)
LocationException
with the specified detail
message.s
- the detail message