net.aerith.misao.util
Class MaximumRepetitionCountException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.util.MaximumRepetitionCountException

public class MaximumRepetitionCountException
extends java.lang.Exception

The MaximumRepetitionCountException is an exception thrown if the repetition count reaches to the limit in a loop.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
MaximumRepetitionCountException()
          Constructs a MaximumRepetitionCountException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

MaximumRepetitionCountException

public MaximumRepetitionCountException()
Constructs a MaximumRepetitionCountException.