Class CyclingConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.kaktushose.proteus.conversion.CyclingConversionException
- All Implemented Interfaces:
- Serializable
Thrown to indicate that a cycling 
Mapper.UniMapper call occurred during conversion.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCyclingConversionException(@NotNull Edge edge, @NotNull List<Edge> alreadyCalled) Constructs a new CyclingConversionException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CyclingConversionException
 
-