shoddybattle
Class StatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by shoddybattle.StatException
All Implemented Interfaces:
java.io.Serializable

public class StatException
extends java.lang.IllegalArgumentException

A StatException is throw by some methods if there is a problem with stats. This might occur, for example, if the index of the statistic requested does not exist.

See Also:
Serialized Form

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

StatException

public StatException()

StatException

public StatException(java.lang.String reason)