it.eng.spagobi.engines.birt.exceptions
Class ConnectionDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spagobi.engines.birt.exceptions.ConnectionDefinitionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionParameterNotValidException, ConnectionsDefinitionFileNotValidException

public class ConnectionDefinitionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ConnectionDefinitionException()
           
ConnectionDefinitionException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionDefinitionException

public ConnectionDefinitionException()

ConnectionDefinitionException

public ConnectionDefinitionException(java.lang.String msg)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)