com.gisgraphy.domain.geoloc.importer
Class GeonamesProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gisgraphy.domain.geoloc.importer.GeonamesProcessorException
All Implemented Interfaces:
java.io.Serializable

public class GeonamesProcessorException
extends java.lang.RuntimeException

Basic Exception for Importers

Author:
David Masclet
See Also:
Serialized Form

Constructor Summary
GeonamesProcessorException()
          Default constructor
GeonamesProcessorException(java.lang.String message)
           
GeonamesProcessorException(java.lang.String message, java.lang.Throwable cause)
           
GeonamesProcessorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

GeonamesProcessorException

public GeonamesProcessorException()
Default constructor


GeonamesProcessorException

public GeonamesProcessorException(java.lang.String message)
Parameters:
message - The message

GeonamesProcessorException

public GeonamesProcessorException(java.lang.Throwable cause)
Parameters:
cause - The cause

GeonamesProcessorException

public GeonamesProcessorException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message - The message
cause - The cause


Copyright © 2009. All Rights Reserved.