Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.inject.processing.ProcessingException
All Implemented Interfaces:
Serializable

public final class ProcessingException extends RuntimeException
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 Details

    • ProcessingException

      public ProcessingException(Element element, String message)
    • ProcessingException

      public ProcessingException(Element originatingElement, String message, Throwable cause)
  • Method Details