com.gisgraphy
Class GisgraphyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gisgraphy.GisgraphyException
All Implemented Interfaces:
Serializable

public class GisgraphyException
extends RuntimeException

Mother class of all gisgraphy Exception

Author:
David Masclet
See Also:
Serialized Form

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

GisgraphyException

public GisgraphyException()
Default constructor


GisgraphyException

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

GisgraphyException

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

GisgraphyException

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


Copyright © 2012. All Rights Reserved.