Class ExpressionCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.expressions.parser.exception.ExpressionCompilationException
- All Implemented Interfaces:
Serializable
Exception throws when problems with expression compilation occur.
These usually include problems with type resolution.
- Since:
- 4.0.0
- Author:
- Sergey Gavrilov
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionCompilationException
-