com.gisgraphy.importer
Class ImporterMetaDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gisgraphy.importer.ImporterMetaDataException
All Implemented Interfaces:
Serializable

public class ImporterMetaDataException
extends Exception

Exception That is throws when importer metadatas can not be read

Author:
David Masclet
See Also:
Serialized Form

Constructor Summary
ImporterMetaDataException()
          Default constructor
ImporterMetaDataException(String message)
           
ImporterMetaDataException(String message, Throwable cause)
           
ImporterMetaDataException(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

ImporterMetaDataException

public ImporterMetaDataException()
Default constructor


ImporterMetaDataException

public ImporterMetaDataException(String message)
Parameters:
message - The message

ImporterMetaDataException

public ImporterMetaDataException(Throwable cause)
Parameters:
cause - The cause

ImporterMetaDataException

public ImporterMetaDataException(String message,
                                 Throwable cause)
Parameters:
message - The message
cause - The cause


Copyright © 2012. All Rights Reserved.