ipdlx
Class WrongGameMatrixValuesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ipdlx.WrongGameMatrixValuesException
All Implemented Interfaces:
java.io.Serializable

public class WrongGameMatrixValuesException
extends java.lang.RuntimeException

An exception thrown if the values provided for a payoff matrix don't meet the specific conditions (for example T > R > P > S and 2 * R > T + S)

Author:
Tomek Kaczanowski, Jan Humble
See Also:
Serialized Form

Constructor Summary
WrongGameMatrixValuesException(java.lang.String s)
           
 
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

WrongGameMatrixValuesException

public WrongGameMatrixValuesException(java.lang.String s)