com.thoughtworks.xstream.converters.reference
Class CircularityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.thoughtworks.xstream.converters.ConversionException
                  extended bycom.thoughtworks.xstream.converters.reference.CircularityException
All Implemented Interfaces:
java.io.Serializable

public class CircularityException
extends ConversionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CircularityException(java.lang.String msg)
           
CircularityException(java.lang.String msg, java.lang.Exception cause)
           
 
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

CircularityException

public CircularityException(java.lang.String msg,
                            java.lang.Exception cause)

CircularityException

public CircularityException(java.lang.String msg)