Class CyclingConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.kaktushose.proteus.conversion.CyclingConversionException
All Implemented Interfaces:
Serializable

public class CyclingConversionException extends RuntimeException
Thrown to indicate that a cycling Mapper.UniMapper call occurred during conversion.
See Also:
  • Constructor Details

    • CyclingConversionException

      public CyclingConversionException(@NotNull @NotNull Edge edge, @NotNull @NotNull List<Edge> alreadyCalled)
      Constructs a new CyclingConversionException.
      Parameters:
      edge - the Edge that was called cyclic
      alreadyCalled - the callstack of previously called Edges