public class CyclicReferenceException extends RuntimeException
Thrown when bean evaluation finds a cycle reference.
There are two possible behaviours that Betwixt
adopts when
a cycle in the object graph is encountered.
If ID
attributes are being generated,
then the recursion will stop and the IDREF
attribute will be
written.
In this case, no exception will be thrown.
If ID
are not being generated,
then this exception will be thrown.
Constructor and Description |
---|
CyclicReferenceException()
Construct exception with default message.
|
CyclicReferenceException(String message)
Construct exception with message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CyclicReferenceException()
public CyclicReferenceException(String message)
message
- the detailed message stringCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.