public class LocationException
extends java.lang.Exception
Constructor and Description |
---|
LocationException()
Constructs a LocationException with no detail message.
|
LocationException(java.lang.String s)
Constructs a LocationException with the specified detail message.
|