![]() |
||
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.exception.AsposeBaseException
com.aspose.pdf.exception.AsposeIOException
Encapsulates exception throwed when IO Exception happened
Constructor Summary | |
AsposeIOException(java.lang.String message)
Initializes an exception object. |
|
AsposeIOException(java.lang.String message,
java.lang.Throwable cause)
Initializes an exception. |
Methods inherited from class com.aspose.pdf.exception.AsposeBaseException |
getErrorCode, 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 |
public AsposeIOException(java.lang.String message)
message
- The exception message.public AsposeIOException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message.cause
- The exception throw from under layer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |