Class ELUndeclaredFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.el.processor.compiler.ELCompilationException
io.micronaut.el.processor.compiler.ELUndeclaredFunctionException
- All Implemented Interfaces:
Serializable
A function that no declaration, and no discovery, provides. The visitor retries the class once every class of
the compilation is visited, as the function may be declared in a class not yet seen.
- Since:
- 1.0
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ELUndeclaredFunctionException
- Parameters:
qualifiedName- The qualified name of the function
-