Class NoSuchEntityErrorException

All Implemented Interfaces:
Serializable

public class NoSuchEntityErrorException extends MediaWikiApiErrorException
Exception to indicate a MediaWiki API error caused by trying to access an entity that does not exist.
Author:
Markus Kroetzsch
See Also:
  • Constructor Details

    • NoSuchEntityErrorException

      public NoSuchEntityErrorException(String errorMessage)
      Creates a new exception.
      Parameters:
      errorMessage - the error message reported by MediaWiki, or any other meaningful message for the user