org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Class UnsatisfiedConfigurationConstraint

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.facet.widgets.nattable.tableconfiguration.UnsatisfiedConfigurationConstraint
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedConfigurationConstraint
extends java.lang.Exception

An exception thrown when an operation on a table is forbidden by constraints expressed in the TableConfiguration associated to this table.

See Also:
Serialized Form

Constructor Summary
UnsatisfiedConfigurationConstraint()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiedConfigurationConstraint

public UnsatisfiedConfigurationConstraint()