Interface | Description |
---|---|
UserInformative |
Something a user might need to know.
|
Class | Description |
---|---|
BASH |
Utilities for the Bourne-Again Shell.
|
MediaWiki |
Utilities for communicating with the MediaWiki wiki system.
|
Votorola |
Utilities for project Votorola.
|
Exception | Description |
---|---|
MediaWiki.APIError |
Thrown when a MediaWiki API call returns an explicit error response.
|
MediaWiki.MalformedRequest |
Thrown when an improperly formed API call is detected.
|
MediaWiki.MalformedResponse |
Thrown when the response to an API call is improperly formed.
|
MediaWiki.NoSuchItem |
Thrown when a request cannot be met because an item does not exist.
|
MediaWiki.NoSuchPage |
Thrown when a request cannot be met because a page does not exist.
|
MediaWiki.NoSuchRev |
Thrown when a request cannot be met because a page revision does not exist.
|
VotorolaException |
Thrown when a Votorola-specific checked exception occurs.
|
VotorolaRuntimeException |
Thrown when a Votorola-specific runtime exception occurs.
|
VotorolaSecurityException |
Thrown when a Votorola-specific security exception occurs.
|
Classes Votorola were removed here from package votorola._
in order to simplify Christian Weilbach's Maven/Ant build.
Despite their names they are general to all project code
and independent of the application-specific code in votorola.a
.
See #votorola 2012/09/23.