public class MapRequestFormatException
extends java.lang.RuntimeException
Constructor and Description |
---|
MapRequestFormatException()
Constructs a
MapRequestFormatException with
null as its error message string. |
MapRequestFormatException(java.lang.String s)
Constructs a
MapRequestFormatException , saving
a reference to the error message string s for later
retrieval by the getMessage method. |
public MapRequestFormatException()
MapRequestFormatException
with
null as its error message string.public MapRequestFormatException(java.lang.String s)
MapRequestFormatException
, saving
a reference to the error message string s for later
retrieval by the getMessage method.s
- the detail message.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details