|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchVerseException | |
---|---|
org.crosswire.jsword.passage |
The core responsibility of the passage package is to store and collate
information about the structure of the Bible - The most important classes are
Passage , PassageTally and Strongs . |
org.crosswire.jsword.versification | The core responsibility of the versification package is to understand verse references. |
Uses of NoSuchVerseException in org.crosswire.jsword.passage |
---|
Methods in org.crosswire.jsword.passage that return NoSuchVerseException | |
---|---|
private static NoSuchVerseException |
AccuracyType.buildVersePartsException(String original,
String[] parts)
|
Methods in org.crosswire.jsword.passage that throw NoSuchVerseException | |
---|---|
protected void |
AbstractPassage.addVerses(String refs,
Key basis)
Create a Passage from a human readable string. |
private static void |
AccuracyType.checkValidChapterOrVerse(String text)
Is this text valid in a chapter/verse context |
abstract Verse |
AccuracyType.createEndVerse(Versification v11n,
String endVerseDesc,
Verse verseBasis,
String[] endParts)
|
Passage |
PassageType.createPassage(Versification v11n,
String passage)
|
abstract Passage |
PassageType.createPassage(Versification v11n,
String passage,
Key basis)
Create an optimized passage |
abstract Verse |
AccuracyType.createStartVerse(Versification v11n,
String original,
VerseRange verseRangeBasis,
String[] parts)
|
static VerseRange |
VerseRangeFactory.fromString(String orginal)
Deprecated. use VerseRangeFactory.fromString(Versification, String) instead |
static Verse |
VerseFactory.fromString(String original)
Deprecated. use VerseFactory.fromString(Versification, String) instead |
static VerseRange |
VerseRangeFactory.fromString(String original,
VerseRange basis)
Deprecated. use VerseRangeFactory.fromString(Versification, String, VerseRange) instead |
static Verse |
VerseFactory.fromString(String original,
VerseRange verseRangeBasis)
Deprecated. use VerseFactory.fromString(Versification, String, VerseRange) instead |
static VerseRange |
VerseRangeFactory.fromString(Versification v11n,
String orginal)
Construct a VerseRange from a human readable string. |
static Verse |
VerseFactory.fromString(Versification v11n,
String original)
|
static VerseRange |
VerseRangeFactory.fromString(Versification v11n,
String original,
VerseRange basis)
Construct a VerseRange from a String and a VerseRange. |
static Verse |
VerseFactory.fromString(Versification v11n,
String original,
VerseRange verseRangeBasis)
|
static AccuracyType |
AccuracyType.fromText(Versification v11n,
String original,
String[] parts)
Determine how closely the string defines a verse. |
static AccuracyType |
AccuracyType.fromText(Versification v11n,
String original,
String[] parts,
AccuracyType verseAccuracy)
|
static AccuracyType |
AccuracyType.fromText(Versification v11n,
String original,
String[] parts,
AccuracyType verseAccuracy,
VerseRange basis)
Does this string exactly define a Verse. |
static AccuracyType |
AccuracyType.fromText(Versification v11n,
String original,
String[] parts,
VerseRange basis)
|
private static VerseRange |
VerseRangeFactory.fromText(Versification v11n,
String original,
String startVerseDesc,
String endVerseDesc,
VerseRange basis)
The internal mechanism by which we construct a VerseRange |
static int |
AccuracyType.getChapter(Versification v11n,
BibleBook lbook,
String chapter)
Interprets the chapter value, which is either a number or "ff" or "$" (meaning "what follows") |
static int |
AccuracyType.getVerse(Versification v11n,
BibleBook lbook,
int lchapter,
String verse)
Interprets the verse value, which is either a number or "ff" or "$" (meaning "what follows") |
protected static int |
Verse.parseInt(String text)
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure. |
private static int |
AccuracyType.parseInt(String text)
This is simply a convenience function to wrap Integer.parseInt() and give us a reasonable exception on failure. |
void |
SynchronizedPassage.readDescription(Reader in)
|
void |
Passage.readDescription(Reader in)
To be compatible with humans we read/write ourselves to a file that a human can read and even edit. |
void |
AbstractPassage.readDescription(Reader in)
|
static String[] |
AccuracyType.tokenize(String input)
Take a string representation of a verse and parse it into an Array of Strings where each part is likely to be a verse part. |
Constructors in org.crosswire.jsword.passage that throw NoSuchVerseException | |
---|---|
BitwisePassage(Versification v11n,
String refs)
Create a Verse from a human readable string. |
|
BitwisePassage(Versification v11n,
String refs,
Key basis)
Create a Verse from a human readable string. |
|
DistinctPassage(Versification v11n,
String refs)
|
|
DistinctPassage(Versification v11n,
String refs,
Key basis)
Create a Verse from a human readable string. |
|
PassageTally(Versification v11n,
String refs)
|
|
PassageTally(Versification v11n,
String refs,
Key basis)
Create a Verse from a human readable string. |
|
RangedPassage(Versification v11n,
String refs)
|
|
RangedPassage(Versification v11n,
String refs,
Key basis)
Create a Verse from a human readable string. |
|
RocketPassage(Versification v11n,
String refs)
Create a Verse from a human readable string. |
|
RocketPassage(Versification v11n,
String refs,
Key basis)
Create a Verse from a human readable string. |
Uses of NoSuchVerseException in org.crosswire.jsword.versification |
---|
Methods in org.crosswire.jsword.versification that throw NoSuchVerseException | |
---|---|
static BookName |
BibleInfo.getBookName(BibleBook book)
Deprecated. Use Versification#getBookName() instead. |
static String |
BibleInfo.getLongBookName(BibleBook book)
Deprecated. Use Versification.getLongName(BibleBook) instead. |
static String |
BibleInfo.getOSISName(BibleBook book)
Deprecated. Use BibleBook.getOSIS() instead. |
static String |
BibleInfo.getPreferredBookName(BibleBook book)
Deprecated. Use Versification.getPreferredName(BibleBook) instead. |
static String |
BibleInfo.getShortBookName(BibleBook book)
Deprecated. Use Versification.getShortName(BibleBook) instead. |
void |
Versification.validate(BibleBook book,
int chapter,
int verse)
Does the following represent a real verse?. |
static void |
BibleInfo.validate(BibleBook book,
int chapter,
int verse)
Deprecated. use Versification.validate(BibleBook, int, int) instead |
static int |
BibleInfo.verseCount(Verse verse1,
Verse verse2)
Deprecated. Use + 1 instead. |
|
Copyright ? 2003-2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |