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