Class PageNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.languagetool.dev.wikipedia.PageNotFoundException
All Implemented Interfaces:
Serializable

public class PageNotFoundException extends Exception
Thrown when a Wikipedia page was not found and the text content of the API response was thus empty, or because it's just a redirect page.
See Also:
  • Constructor Details

    • PageNotFoundException

      public PageNotFoundException(String message)