Interface ReferenceErrorResolver

All Known Implementing Classes:
ReferenceErrorResolverExt

@API(type=EXTENDABLE, src=PUBLIC) public interface ReferenceErrorResolver
Resolver for errors concerning references. It will offer solutions for solving the current reference error.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resolveError(AuthorAccess authorAccess)
    Offers solutions to the current reference error.
  • Method Details

    • resolveError

      void resolveError(AuthorAccess authorAccess)
      Offers solutions to the current reference error.
      Parameters:
      authorAccess - Access to the author page.