public class LandmarkException extends Exception
LandmarkException
is thrown when an error related
to handling landmarks has occurred.Constructor and Description |
---|
LandmarkException()
Constructs a
LandmarkException with no detail message. |
LandmarkException(String s)
Constructs a
LandmarkException with the specified
detail message. |
public LandmarkException()
LandmarkException
with no detail message.public LandmarkException(String s)
LandmarkException
with the specified
detail message.s
- the detailed messageCopyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.