Package io.micronaut.inject.processing
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.inject.processing.ProcessingException
- All Implemented Interfaces:
Serializable
The exception can be used to stop the processing and display an error associated to the element.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingException
(Element element, String message) ProcessingException
(Element originatingElement, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
-
ProcessingException
-
-
Method Details
-
getOriginatingElement
-