Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class PdfViewerException

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

public class PdfViewerException
extends java.lang.Exception

Represents the PdfViewerSecurityException class, it is a common exception class which is extended by PdfViewerFontException and PdfViewerSecurityException.

See Also:
Serialized Form

Constructor Summary
PdfViewerException()
          Constructs a new exception object of the PdfViewerException class.
PdfViewerException(java.lang.String message)
          Constructs a new exception object of the PdfViewerException class.
 
Method Summary
 java.lang.String getMessage()
          Gets the error message.
 
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

PdfViewerException

public PdfViewerException()
Constructs a new exception object of the PdfViewerException class.


PdfViewerException

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

Method Detail

getMessage

public java.lang.String getMessage()
Gets the error message.