Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class PdfViewerFontException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.aspose.pdf.kit.PdfViewerException
              extended bycom.aspose.pdf.kit.PdfViewerFontException
All Implemented Interfaces:
java.io.Serializable

public final class PdfViewerFontException
extends PdfViewerException

Represents the PdfViewerFontException class, it handles exceptions in Pdf font renderer.

See Also:
Serialized Form

Constructor Summary
PdfViewerFontException(java.lang.String message)
          Constructs a new exception object of the PdfViewerFontException class.
 
Methods inherited from class com.aspose.pdf.kit.PdfViewerException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfViewerFontException

public PdfViewerFontException(java.lang.String message)
Constructs a new exception object of the PdfViewerFontException class.