Package

infcalcs

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BinConfigurationException extends Exception

    Permalink

    Throws an exception when the parameters governing the numbers of bins are incorrectly configured

  2. class EmptyTreeException extends Exception

    Permalink

    Throws an exception when an infcalcs.EmptyTree is searched

  3. class ExcessActorException extends Exception

    Permalink

    Throws an exception when the number of actors to be created exceeds the total number of possible mutual information calculations

  4. class IllegalParameterException extends Exception

    Permalink

    Thrown when unknown parameters or parameter configurations are present in the parameter file

  5. class InappropriateInitBinsException extends Exception

    Permalink

    Thrown when the initial number of bins are too large; see infcalcs.EstimateMI.binNumberIsAppropriate

  6. class LowProbException extends Exception

    Permalink

    Thrown when the sum of weights in some infcalcs.Weight defined over some window of signal space is less than some specified threshold; see infcalcs.Weight.testWeights

  7. class ValueOutOfBoundsException extends Exception

    Permalink

    Thrown when searching a infcalcs.Tree and the value searched for is greater than the maximum value in the infcalcs.Tree

Ungrouped