Class RecursionException

All Implemented Interfaces:
Serializable

public class RecursionException extends MessagingException
Signals that a recursion has been detected while traversing the fields of a data structure.
See Also:
  • Constructor Details

    • RecursionException

      public RecursionException(LinkedHashSet<TypeTag> typeStack)
      Constructor.
      Parameters:
      typeStack - A collection of types that have been encountered prior to detecting the recursion.
  • Method Details