Uses of Class
textbender._.TextbenderException

Packages that use TextbenderException
textbender.a.r.page   
textbender.a.u.branch   
textbender.a.u.encoding   
textbender.a.u.transfer.clipboard   
 

Uses of TextbenderException in textbender.a.r.page
 

Constructors in textbender.a.r.page that throw TextbenderException
PageVisit(RhiWindow _w, File _f, VersionedFile _fV, ToolbarApplet _a)
          Waits for page to become ready, and creates a PageVisit.
 

Uses of TextbenderException in textbender.a.u.branch
 

Methods in textbender.a.u.branch that throw TextbenderException
(package private) static Document Brancher.branched(InputStream in, TransformerFactory transformerFactory, DOMErrorHandler errorHandler)
          Returns a Recombinant XHTML document read from an input stream, and then branched.
 

Uses of TextbenderException in textbender.a.u.encoding
 

Methods in textbender.a.u.encoding that throw TextbenderException
static Document Encoder.encoded(InputStream in, TransformerFactory transformerFactory, DOMErrorHandler errorHandler)
          Returns a Recombinant XHTML document read from an input stream, and then encoded.
 

Uses of TextbenderException in textbender.a.u.transfer.clipboard
 

Methods in textbender.a.u.transfer.clipboard that throw TextbenderException
(package private)  IndexBlock.SourceParse IndexBlock.sourceParse(DOMImplementationLS domLS, LSParser parser, StringBuilder b, UUIDStringifier uuidStringifier)
          Returns parser results for the document, and caches them for later calls.
 

Constructors in textbender.a.u.transfer.clipboard that throw TextbenderException
IndexBlock.SourceParse(Document document, StringBuilder b)