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 Summary
ConstructorsConstructorDescriptionMatchFailedException(String message) MatchFailedException(String message, @Nullable io.micronaut.inject.ast.Element element)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MatchFailedException
 - 
MatchFailedException
public MatchFailedException(String message, @Nullable @Nullable io.micronaut.inject.ast.Element element)  
 - 
 - 
Method Details
- 
getElement
@Nullable public @Nullable io.micronaut.inject.ast.Element getElement() 
 -