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

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

description

protected java.lang.String description
Constructor Detail

ConnectionDefinitionException

public ConnectionDefinitionException()
Instantiates a new connection definition exception.


ConnectionDefinitionException

public ConnectionDefinitionException(java.lang.String msg)
Instantiates a new connection definition exception.

Parameters:
msg - the msg
Method Detail

getDescription

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

Returns:
the description

setDescription

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

Parameters:
description - the new description