public class CircularReferenceException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static void |
throwGeneralCircularReferenceException(Field field,
Object parent) |
static void |
throwManyToManyCircularReferenceException(Field field,
Class<?> collectionType,
Object parent,
Field backpointer) |
static void |
throwManyToOneCircularReferenceException(Field field,
Object parent,
Field backpointer) |
static void |
throwOneToManyCircularReferenceException(Field field,
Class<?> collectionType,
Object parent,
Field backpointer) |
static void |
throwOneToOneCircularReferenceException(Field field,
Object parent,
Field backpointer) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static void throwOneToOneCircularReferenceException(Field field, Object parent, Field backpointer)
public static void throwOneToManyCircularReferenceException(Field field, Class<?> collectionType, Object parent, Field backpointer)
public static void throwManyToManyCircularReferenceException(Field field, Class<?> collectionType, Object parent, Field backpointer)
public static void throwManyToOneCircularReferenceException(Field field, Object parent, Field backpointer)
Copyright © 2019. All rights reserved.