Class ELParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.el.ELException
io.micronaut.el.parser.ELParsingException
All Implemented Interfaces:
Serializable

public final class ELParsingException extends jakarta.el.ELException
An exception raised when an expression cannot be parsed.
Since:
1.0
Author:
Denis Stepanov
See Also:
  • Constructor Details

    • ELParsingException

      public ELParsingException(String message, String expression, int position)
      Parameters:
      message - The message
      expression - The expression
      position - The position of the error
    • ELParsingException

      public ELParsingException(String message)
      Parameters:
      message - The message