|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.betwixt.io.CyclicReferenceException
public class CyclicReferenceException
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 Summary | |
---|---|
CyclicReferenceException()
Construct exception with default message. |
|
CyclicReferenceException(java.lang.String message)
Construct exception with message |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CyclicReferenceException()
public CyclicReferenceException(java.lang.String message)
message
- the detailed message string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |