Class ElementPostponedToNextRoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.inject.visitor.ElementPostponedToNextRoundException
All Implemented Interfaces:
Serializable

@Internal public final class ElementPostponedToNextRoundException extends RuntimeException
Exception is thrown when the visitor is attempted to create a new file but the originated element is postponed to the next round.
Since:
4.7
Author:
Denis Stepanov
See Also:
  • Constructor Details

    • ElementPostponedToNextRoundException

      public ElementPostponedToNextRoundException(@NonNull @NonNull Element originatingElement)
      Parameters:
      originatingElement - The originating element
  • Method Details