public class PropertyStringFormatException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertyStringFormatException()
Constructs a
MapRequestFormatException with
null as its error message string. |
PropertyStringFormatException(java.lang.String s)
Constructs a
MapRequestFormatException , saving
a reference to the error message string s for later
retrieval by the getMessage method. |
public PropertyStringFormatException()
MapRequestFormatException
with
null as its error message string.public PropertyStringFormatException(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