nl.jqno.equalsverifier.util.exceptions
Class RecursionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.jqno.equalsverifier.util.exceptions.InternalException
nl.jqno.equalsverifier.util.exceptions.RecursionException
- All Implemented Interfaces:
- Serializable
public class RecursionException
- extends InternalException
Signals that a recursion has been detected while traversing the fields of a
data structure.
- Author:
- Jan Ouwens
- See Also:
- Serialized Form
RecursionException
public RecursionException(LinkedHashSet<Class<?>> typeStack)
- Constructor.
- Parameters:
typeStack
- A collection of types that have been encountered prior
to detecting the recursion.
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class Throwable
Copyright © 2015. All Rights Reserved.