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 Summary
ConstructorsConstructorDescriptionCyclingConversionException
(@NotNull Edge edge, @NotNull List<Edge> alreadyCalled) Constructs a new CyclingConversionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclingConversionException
-