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
-
Method Summary
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
-
getPath
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-