![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.aspose.pdf.kit.PdfKitException
Represents an exception class for handling exceptions throwed by based kit interface.
Constructor Summary | |
PdfKitException()
Constructs a new exception with null as its detail message. |
|
PdfKitException(java.lang.Exception ex)
Constructs a new exception with the specified Exception. |
|
PdfKitException(java.lang.String message)
Constructs a new exception with the specified detail message. |
Method Summary | |
java.lang.String |
getLocalizedMessage()
Creates a localized description of this exception. |
java.lang.String |
getMessage()
Returns the detail message string of this exception. |
void |
printStackTrace()
Prints backtrace to System.err stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints backtrace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this exception and its backtrace to the specified print writer. |
java.lang.String |
toString()
Returns a short description of this throwable. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PdfKitException(java.lang.Exception ex)
ex
- Exceptionpublic PdfKitException()
null
as its detail message.
public PdfKitException(java.lang.String message)
message
- String the detail messageMethod Detail |
public java.lang.String getMessage()
public java.lang.String getLocalizedMessage()
public java.lang.String toString()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
s
- PrintStream
to use for outputpublic void printStackTrace(java.io.PrintWriter s)
s
- PrintWriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |