Uses of Class
org.extex.pdf.api.exception.PdftexException

Packages that use PdftexException
org.extex.pdf.api.exception This package contains exception classes for the PDF TeX support. 
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
 

Uses of PdftexException in org.extex.pdf.api.exception
 

Subclasses of PdftexException in org.extex.pdf.api.exception
 class PdftexActionTypeException
          This exception is raised when a pdfTeX encounters an invalid action type.
 class PdftexDestinationTypeException
          This exception is raised when a pdfTeX encounters an invalid destination type.
 class PdftexIdentifierTypeException
          This exception is raised when a pdfTeX encounters an invalid identifier type.
 

Uses of PdftexException in org.extex.unit.pdftex
 

Methods in org.extex.unit.pdftex that throw PdftexException
protected  PdftexSupport AbstractPdftexCode.ensurePdftex(Context context, Typesetter typesetter)
          Check that pdfTeX is active.