Package org.geonames
Class InvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.geonames.GeoNamesException
-
- org.geonames.InvalidParameterException
-
- All Implemented Interfaces:
Serializable
public class InvalidParameterException extends GeoNamesException
is thrown when the search criteria is initialized with obviously invalid parameters, such as an invalid country code.- Author:
- marc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException(String msg)
-
Method Summary
-
Methods inherited from class org.geonames.GeoNamesException
getExceptionCode, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidParameterException
public InvalidParameterException(String msg)
-
-