|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.co.antenna.pdfdrv.PtlDrvException
public class PtlDrvException
PDF Driver APIの例外クラスです。
例外が発生した場合に使用します。
コンストラクタの概要 | |
---|---|
PtlDrvException()
コンストラクタ。 |
|
PtlDrvException(int errorCode,
java.lang.String errorMsg)
コンストラクタ。 |
メソッドの概要 | |
---|---|
int |
getErrorCode()
エラーコード取得。 |
java.lang.String |
getErrorMessage()
エラーメッセージ取得。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public PtlDrvException()
public PtlDrvException(int errorCode, java.lang.String errorMsg)
errorCode
- エラーコードerrorMsg
- エラーメッセージメソッドの詳細 |
---|
public int getErrorCode()
getErrorMessage()
で
エラーメッセージを取得するほうがよい。
public java.lang.String getErrorMessage()
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |