public class

CyclicReferenceException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.apache.commons.betwixt.io.CyclicReferenceException

Class Overview

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.

Summary

Public Constructors
CyclicReferenceException()
Construct exception with default message.
CyclicReferenceException(String message)
Construct exception with message
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CyclicReferenceException ()

Construct exception with default message.

public CyclicReferenceException (String message)

Construct exception with message

Parameters
message the detailed message string