public class CyclicalObjectGraphException extends GenerationException
Constructor and Description |
---|
CyclicalObjectGraphException(Collection<?> objectsInvolvedInCycle) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
getObjectsInvolvedInCycle() |
appendFailureInfo, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CyclicalObjectGraphException(Collection<?> objectsInvolvedInCycle)
public Collection<?> getObjectsInvolvedInCycle()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.