Uses of Class
org.debellor.core.exception.cell.CellException

Packages that use CellException
org.debellor.core   
org.debellor.core.exception.cell   
 

Uses of CellException in org.debellor.core
 

Methods in org.debellor.core that throw CellException
 void Cell.close()
          Closes the currently open output stream.
 void Cell.Stream.close()
          Closes the stream.
 void Cell.erase()
          Erases the content of the cell created by Cell.learn() and brings the cell from Cell.State.CLOSED to Cell.State.EMPTY state.
 void Cell.learn()
          Invokes cell's learning procedure Cell.onLearn().
 Sample Cell.next()
          Returns next sample from the currently open output stream.
 Sample Cell.Stream.next()
          Returns next sample of data from this stream.
 Cell.Stream Cell.open()
          Opens the stream of samples generated by this cell.
protected  Cell.Stream Cell.openInputStream()
          To be used by the subclass in order to open input stream from the source cell.
 

Uses of CellException in org.debellor.core.exception.cell
 

Subclasses of CellException in org.debellor.core.exception.cell
 class CellAccessException
           
 class CellInternalException
           
 class CellIsFixedException
           
 class CellMethodNotImplementedException