Serialized Form


Package org.debellor.core

Class org.debellor.core.Parameters extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

entries

java.util.ArrayList<E> entries

Class org.debellor.core.Parameters.Entry extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Package org.debellor.core.exception

Class org.debellor.core.exception.DebellorError extends java.lang.RuntimeException implements Serializable

Class org.debellor.core.exception.DebellorException extends java.lang.Exception implements Serializable

Class org.debellor.core.exception.InternalError extends DebellorError implements Serializable


Package org.debellor.core.exception.cell

Class org.debellor.core.exception.cell.CellAccessException extends CellException implements Serializable

Class org.debellor.core.exception.cell.CellException extends DebellorException implements Serializable

Serialized Fields

cell

Cell cell

Class org.debellor.core.exception.cell.CellInternalException extends CellException implements Serializable

Class org.debellor.core.exception.cell.CellIsFixedException extends CellException implements Serializable

Class org.debellor.core.exception.cell.CellIsNotOperatorException extends DebellorException implements Serializable

Class org.debellor.core.exception.cell.CellMethodNotImplementedException extends CellException implements Serializable


Package org.debellor.core.exception.data

Class org.debellor.core.exception.data.DataCastException extends DataException implements Serializable

Class org.debellor.core.exception.data.DataException extends DebellorException implements Serializable

Class org.debellor.core.exception.data.NoSamplesException extends DataException implements Serializable

Class org.debellor.core.exception.data.SymbolicValueNotFoundException extends DataException implements Serializable

Class org.debellor.core.exception.data.UnsupportedDataTypeException extends DataException implements Serializable


Package org.debellor.core.exception.parameters

Class org.debellor.core.exception.parameters.IllegalParameterValueException extends DebellorException implements Serializable

Class org.debellor.core.exception.parameters.ParameterConversionException extends DebellorException implements Serializable

Class org.debellor.core.exception.parameters.ParameterUndefinedException extends DebellorException implements Serializable

Class org.debellor.core.exception.parameters.UnknownParameterException extends DebellorException implements Serializable


Package org.debellor.core.parameters

Class org.debellor.core.parameters.ParametersInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

defaults

Parameters defaults

meanings

java.util.Map<K,V> meanings

Package org.debellor.rseslib

Class org.debellor.rseslib.RseslibConversionException extends java.lang.Exception implements Serializable


Package org.debellor.weka

Class org.debellor.weka.AmbiguousClassNameException extends java.lang.Exception implements Serializable

Class org.debellor.weka.WekaConversionException extends java.lang.Exception implements Serializable