org.geonames
Class InsufficientStyleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geonames.GeoNamesException
              extended by org.geonames.InsufficientStyleException
All Implemented Interfaces:
Serializable

public class InsufficientStyleException
extends GeoNamesException

Is thrown when trying to access a field that has not been set as the style for the request was not sufficiently verbose to return this information.

Author:
marc
See Also:
Serialized Form

Constructor Summary
InsufficientStyleException(String msg)
           
 
Method Summary
 
Methods inherited from class org.geonames.GeoNamesException
getExceptionCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientStyleException

public InsufficientStyleException(String msg)