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 Summary
ConstructorsConstructorDescriptionELParsingException(String message) ELParsingException(String message, String expression, int position) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ELParsingException
-
ELParsingException
- Parameters:
message- The message
-