Package io.micronaut.inject.visitor
Class ElementPostponedToNextRoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.inject.visitor.ElementPostponedToNextRoundException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementPostponedToNextRoundException
- Parameters:
originatingElement
- The originating element
-
-
Method Details
-
getOriginatingElement
-