Uses of Class
org.debellor.core.exception.DebellorException

Packages that use DebellorException
org.debellor.core.cell   
org.debellor.core.exception.cell   
org.debellor.core.exception.data   
org.debellor.core.exception.parameters   
org.debellor.rseslib   
org.debellor.weka   
 

Uses of DebellorException in org.debellor.core.cell
 

Methods in org.debellor.core.cell that throw DebellorException
 Sample OperatorFromCell.applyTo(Sample in)
           
 void OperatorFromCell.closeCell()
           
 void OperatorFromCell.setCell(Cell cell)
           
 

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

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

Uses of DebellorException in org.debellor.core.exception.data
 

Subclasses of DebellorException in org.debellor.core.exception.data
 class DataCastException
           
 class DataException
           
 class NoSamplesException
           
 class SymbolicValueNotFoundException
           
 class UnsupportedDataTypeException
           
 

Uses of DebellorException in org.debellor.core.exception.parameters
 

Subclasses of DebellorException in org.debellor.core.exception.parameters
 class IllegalParameterValueException
           
 class ParameterConversionException
           
 class ParameterUndefinedException
           
 class UnknownParameterException
          To be thrown when the cell does not recognize a parameter.
 

Uses of DebellorException in org.debellor.rseslib
 

Methods in org.debellor.rseslib that throw DebellorException
protected  void RseslibClassifier.onErase()
           
 

Uses of DebellorException in org.debellor.weka
 

Methods in org.debellor.weka that throw DebellorException
protected  void WekaClassifier.onErase()