JIDE 3.5.15

com.jidesoft.grid
Class EditingNotStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jidesoft.grid.EditingNotStoppedException
All Implemented Interfaces:
Serializable

public class EditingNotStoppedException
extends RuntimeException

This exception is used to indicate the editor is not stopped in editingStopped method of JideTable. It means the getFailBehavior in ValidationResult is the ValidationResult.FAIL_BEHAVIOR_PERSIST.

See Also:
Serialized Form

Constructor Summary
EditingNotStoppedException()
           
EditingNotStoppedException(CellEditor editor, ValidationResult result)
           
EditingNotStoppedException(String message)
           
EditingNotStoppedException(String message, CellEditor editor, ValidationResult result)
           
EditingNotStoppedException(String message, Throwable cause)
           
EditingNotStoppedException(Throwable cause)
           
 
Method Summary
 CellEditor getCellEditor()
           
 ValidationResult getValidationResult()
           
 
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

EditingNotStoppedException

public EditingNotStoppedException()

EditingNotStoppedException

public EditingNotStoppedException(String message)

EditingNotStoppedException

public EditingNotStoppedException(String message,
                                  Throwable cause)

EditingNotStoppedException

public EditingNotStoppedException(Throwable cause)

EditingNotStoppedException

public EditingNotStoppedException(CellEditor editor,
                                  ValidationResult result)

EditingNotStoppedException

public EditingNotStoppedException(String message,
                                  CellEditor editor,
                                  ValidationResult result)
Method Detail

getCellEditor

public CellEditor getCellEditor()

getValidationResult

public ValidationResult getValidationResult()

JIDE 3.5.15