it.eng.spagobi.engines.geo.commons.excpetion
Class GeoEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spagobi.utilities.exceptions.SpagoBIException
              extended by it.eng.spagobi.utilities.engines.SpagoBIEngineException
                  extended by it.eng.spagobi.engines.geo.commons.excpetion.GeoEngineException
All Implemented Interfaces:
java.io.Serializable

public class GeoEngineException
extends it.eng.spagobi.utilities.engines.SpagoBIEngineException

The Class GeoEngineException.

See Also:
Serialized Form

Constructor Summary
GeoEngineException(java.lang.String message)
          Builds a GeoEngineException.
GeoEngineException(java.lang.String message, java.lang.String description)
          Instantiates a new geo engine exception.
GeoEngineException(java.lang.String message, java.lang.String description, java.util.List hints)
          Instantiates a new geo engine exception.
GeoEngineException(java.lang.String message, java.lang.String description, java.util.List hints, java.lang.Throwable ex)
          Instantiates a new geo engine exception.
GeoEngineException(java.lang.String message, java.lang.String description, java.lang.Throwable ex)
          Instantiates a new geo engine exception.
GeoEngineException(java.lang.String message, java.lang.Throwable ex)
          Builds a GeoEngineException.
 
Method Summary
 java.lang.String getDescription()
          Gets the description.
 java.util.List getHints()
          Gets the hints.
 void setDescription(java.lang.String description)
          Sets the description.
 void setHints(java.util.List hints)
          Sets the hints.
 
Methods inherited from class it.eng.spagobi.utilities.engines.SpagoBIEngineException
getEngineInstance, getErrorDescription, setEngineInstance, setErrorDescription
 
Methods inherited from class it.eng.spagobi.utilities.exceptions.SpagoBIException
addHint, getRootCause
 
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

GeoEngineException

public GeoEngineException(java.lang.String message)
Builds a GeoEngineException.

Parameters:
message - Text of the exception

GeoEngineException

public GeoEngineException(java.lang.String message,
                          java.lang.Throwable ex)
Builds a GeoEngineException.

Parameters:
message - Text of the exception
ex - previous Throwable object

GeoEngineException

public GeoEngineException(java.lang.String message,
                          java.lang.String description,
                          java.util.List hints,
                          java.lang.Throwable ex)
Instantiates a new geo engine exception.

Parameters:
message - the message
description - the description
hints - the hints
ex - the ex

GeoEngineException

public GeoEngineException(java.lang.String message,
                          java.lang.String description)
Instantiates a new geo engine exception.

Parameters:
message - the message
description - the description

GeoEngineException

public GeoEngineException(java.lang.String message,
                          java.lang.String description,
                          java.util.List hints)
Instantiates a new geo engine exception.

Parameters:
message - the message
description - the description
hints - the hints

GeoEngineException

public GeoEngineException(java.lang.String message,
                          java.lang.String description,
                          java.lang.Throwable ex)
Instantiates a new geo engine exception.

Parameters:
message - the message
description - the description
ex - the ex
Method Detail

getHints

public java.util.List getHints()
Gets the hints.

Overrides:
getHints in class it.eng.spagobi.utilities.exceptions.SpagoBIException
Returns:
the hints

setHints

public void setHints(java.util.List hints)
Sets the hints.

Parameters:
hints - the new hints

getDescription

public java.lang.String getDescription()
Gets the description.

Overrides:
getDescription in class it.eng.spagobi.utilities.exceptions.SpagoBIException
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Overrides:
setDescription in class it.eng.spagobi.utilities.exceptions.SpagoBIException
Parameters:
description - the new description