Class MatchFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MatchFailedException
    extends java.lang.RuntimeException
    Immediate match fail.
    Author:
    Denis Stepanov
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchFailedException​(java.lang.String message)  
      MatchFailedException​(java.lang.String message, io.micronaut.inject.ast.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.micronaut.inject.ast.Element getElement()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MatchFailedException

        public MatchFailedException​(java.lang.String message)
      • MatchFailedException

        public MatchFailedException​(java.lang.String message,
                                    @Nullable
                                    io.micronaut.inject.ast.Element element)
    • Method Detail

      • getElement

        @Nullable
        public io.micronaut.inject.ast.Element getElement()