Package | Description |
---|---|
votorola.a.diff |
Differencing of position drafts.
|
votorola.a.position |
Formalizing stances on prospective issues.
|
votorola.g |
Providing general-purpose library code.
|
Modifier and Type | Class and Description |
---|---|
static class |
DiffKeyParse.MalformedKey
Thrown when a malformed difference key is detected.
|
(package private) static class |
DraftPair.MalformedContent
Thrown when a request cannot be met because the content of a page is not in the
required form.
|
(package private) static class |
DraftPair.MalformedSpecifier
Thrown when a request cannot be met because the specifier of a draft pair is not
in the required form.
|
(package private) static class |
DraftPair.PathMismatch
Thrown when a request cannot be met because an actual draft revision path is
inconsistent with the expected path.
|
(package private) static class |
DraftPair.RevisionSeriesMismatch
Thrown when a request cannot be met because the revision series of the difference
key no longer matches that of the pollwiki.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ComponentPipeRevision.MalformedContent
Thrown when a request cannot be met because the content of a page is not in the
form required for a component pipe.
|
static class |
PipeRevision.MalformedContent
Thrown when a request cannot be met because the content of a page is not in the
form required for a pipe.
|
(package private) static class |
PointerRevision.MalformedContent
Thrown when a request cannot be met because the content of a page is not in the
form required for a draft pointer.
|
(package private) static class |
PointerRevision.MalformedURL
Thrown when a request cannot be met because a draft pointer encodes an external
link with a malformed URL.
|
(package private) static class |
PositionIDPair.MalformedPageName
Thrown when a request cannot be met because a page name is not in the form
required for a position page.
|
Modifier and Type | Class and Description |
---|---|
static class |
MediaWiki.NoSuchPage
Thrown when a request cannot be met because a page does not exist.
|
static class |
MediaWiki.NoSuchRev
Thrown when a request cannot be met because a page revision does not exist.
|