|
||||||||||
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.engines.birt.exceptions.ConnectionDefinitionException
public class ConnectionDefinitionException
Field Summary | |
---|---|
protected java.lang.String |
description
|
Constructor Summary | |
---|---|
ConnectionDefinitionException()
Instantiates a new connection definition exception. |
|
ConnectionDefinitionException(java.lang.String msg)
Instantiates a new connection definition exception. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description. |
void |
setDescription(java.lang.String description)
Sets the description. |
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 |
Field Detail |
---|
protected java.lang.String description
Constructor Detail |
---|
public ConnectionDefinitionException()
public ConnectionDefinitionException(java.lang.String msg)
msg
- the msgMethod Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |