Class MatchFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.data.processor.visitors.MatchFailedException
- All Implemented Interfaces:
- Serializable
Immediate match fail.
- Author:
- Denis Stepanov
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMatchFailedException(String message) MatchFailedException(String message, @Nullable io.micronaut.inject.ast.Element element) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MatchFailedException
- 
MatchFailedExceptionpublic MatchFailedException(String message, @Nullable @Nullable io.micronaut.inject.ast.Element element) 
 
- 
- 
Method Details- 
getElement@Nullable public @Nullable io.micronaut.inject.ast.Element getElement()
 
-