Uses of Class
VASSAL.tools.RecursionLimitException
Packages that use RecursionLimitException
Package
Description
Contains classes that may be added to a
GameModule
.Provides classes that define game pieces.
Contains various utility classes.
-
Uses of RecursionLimitException in VASSAL.build.module
Methods in VASSAL.build.module that throw RecursionLimitExceptionModifier and TypeMethodDescriptionprotected void
DoActionButton.doActions()
protected void
DoActionButton.executeActions
(Command command) Execute the set of actions that make up this button and return the set of Commands generated. -
Uses of RecursionLimitException in VASSAL.counters
Methods in VASSAL.counters that throw RecursionLimitException -
Uses of RecursionLimitException in VASSAL.tools
Methods in VASSAL.tools with parameters of type RecursionLimitExceptionModifier and TypeMethodDescriptionstatic void
RecursionLimiter.infiniteLoop
(RecursionLimitException e) Report an Infinite LoopMethods in VASSAL.tools that throw RecursionLimitExceptionModifier and TypeMethodDescriptionstatic void
RecursionLimiter.startExecution
(RecursionLimiter.Loopable looper)