it.eng.spagobi.engines.worksheet.exceptions
Class WrongConfigurationForFiltersOnDomainValuesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spagobi.engines.worksheet.exceptions.WrongConfigurationForFiltersOnDomainValuesException
All Implemented Interfaces:
java.io.Serializable

public class WrongConfigurationForFiltersOnDomainValuesException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WrongConfigurationForFiltersOnDomainValuesException()
           
WrongConfigurationForFiltersOnDomainValuesException(java.lang.String message)
           
WrongConfigurationForFiltersOnDomainValuesException(java.lang.String message, java.lang.Throwable cause)
           
WrongConfigurationForFiltersOnDomainValuesException(java.lang.Throwable cause)
           
 
Method Summary
 
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

WrongConfigurationForFiltersOnDomainValuesException

public WrongConfigurationForFiltersOnDomainValuesException()

WrongConfigurationForFiltersOnDomainValuesException

public WrongConfigurationForFiltersOnDomainValuesException(java.lang.String message)

WrongConfigurationForFiltersOnDomainValuesException

public WrongConfigurationForFiltersOnDomainValuesException(java.lang.String message,
                                                           java.lang.Throwable cause)

WrongConfigurationForFiltersOnDomainValuesException

public WrongConfigurationForFiltersOnDomainValuesException(java.lang.Throwable cause)