jmarkov.basic.exceptions
Class NonStochasticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jmarkov.basic.exceptions.NonStochasticException
All Implemented Interfaces:
java.io.Serializable

public class NonStochasticException
extends java.lang.RuntimeException

This Exception indicates that the transition probability matrix is not stochastic for the state and action computed. The matrix is not stochastic when the sum of the transition probabilities (row) is not 1.0.

Author:
Andrés sarmiento, Germán Riaño. Universidad de los Andes.
See Also:
Serialized Form

Constructor Summary
NonStochasticException(java.lang.String message)
          Default constructor.
 
Method Summary
 
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

NonStochasticException

public NonStochasticException(java.lang.String message)
Default constructor.

Parameters:
message -