Class TransformCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.demilich.metastone.game.entities.TransformCycleException
All Implemented Interfaces:
Serializable

public class TransformCycleException extends RuntimeException
Indicates that an infinite loop occurred trying to follow the link from an entity that was removed from play due to being transformed towards the entity it was eventually transformed into.
See Also:
  • Constructor Details

    • TransformCycleException

      public TransformCycleException(Entity source)
  • Method Details