Class PostponeToNextRoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.annotation.processing.PostponeToNextRoundException
- All Implemented Interfaces:
Serializable
Exception to indicate postponing processing to next round.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
static Element
resolvedFailedElement
(Object errorElement) Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostponeToNextRoundException
- Parameters:
originatingElement
- Teh originating elementpath
- The originating element path
-
-
Method Details
-
getErrorElement
-
getNativeErrorElement
-
resolvedFailedElement
-
getPath
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-