Class ELUndeclaredFunctionException

All Implemented Interfaces:
Serializable

@Internal public final class ELUndeclaredFunctionException extends ELCompilationException
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 Details

    • ELUndeclaredFunctionException

      public ELUndeclaredFunctionException(String qualifiedName)
      Parameters:
      qualifiedName - The qualified name of the function