|
DriverAPI C++ I/F
6.0
|
PDF Driver APIの例外クラスです。 例外が発生した場合に使用します。
#include <PtlDrvException.h>
Public Member Functions | |
| PtlDrvException (int errorCode) | |
| PtlDrvException (int errorCode, PtlDrvString errorMsg) | |
| PtlDrvException (const PtlDrvException &obj) | |
| virtual | ‾PtlDrvException () |
| PtlDrvException & | operator= (const PtlDrvException &obj) |
| int | getErrorCode () const |
| PtlDrvString | getErrorMessage () const |
| PtlDrvString | getErrorMessageJP () const |
Protected Attributes | |
| int | m_ErrorCode |
| PtlDrvString | m_ErrorMsg |
| PtlDrvString | m_ErrorMsgJP |
PDF Driver APIの例外クラスです。 例外が発生した場合に使用します。