Class ExpressionCompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.expressions.parser.exception.ExpressionCompilationException
All Implemented Interfaces:
Serializable

@Internal public class ExpressionCompilationException extends RuntimeException
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 Details

    • ExpressionCompilationException

      public ExpressionCompilationException(String message)