|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.eng.spagobi.utilities.exceptions.SpagoBIException
it.eng.spagobi.utilities.engines.SpagoBIEngineException
it.eng.spagobi.engines.geo.commons.excpetion.GeoEngineException
public class GeoEngineException
The Class GeoEngineException.
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 |
---|
public GeoEngineException(java.lang.String message)
GeoEngineException
.
message
- Text of the exceptionpublic GeoEngineException(java.lang.String message, java.lang.Throwable ex)
GeoEngineException
.
message
- Text of the exceptionex
- previous Throwable objectpublic GeoEngineException(java.lang.String message, java.lang.String description, java.util.List hints, java.lang.Throwable ex)
message
- the messagedescription
- the descriptionhints
- the hintsex
- the expublic GeoEngineException(java.lang.String message, java.lang.String description)
message
- the messagedescription
- the descriptionpublic GeoEngineException(java.lang.String message, java.lang.String description, java.util.List hints)
message
- the messagedescription
- the descriptionhints
- the hintspublic GeoEngineException(java.lang.String message, java.lang.String description, java.lang.Throwable ex)
message
- the messagedescription
- the descriptionex
- the exMethod Detail |
---|
public java.util.List getHints()
getHints
in class it.eng.spagobi.utilities.exceptions.SpagoBIException
public void setHints(java.util.List hints)
hints
- the new hintspublic java.lang.String getDescription()
getDescription
in class it.eng.spagobi.utilities.exceptions.SpagoBIException
public void setDescription(java.lang.String description)
setDescription
in class it.eng.spagobi.utilities.exceptions.SpagoBIException
description
- the new description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |