|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.co.antenna.DfvJavaCtl.DfvException
public class DfvException
DfvObj クラスのメソッドによってスローされ、DfvObj に関する例外が発生したことを示します
| コンストラクタの概要 | |
|---|---|
DfvException(int errLevel,
int errCode,
java.lang.String errMsg)
DfvObj に関する例外が発生したときに作成されます。 |
|
| メソッドの概要 | |
|---|---|
int |
getErrorCode()
エラーコードを取得します。 |
int |
getErrorLevel()
エラーレベルを取得します。 |
java.lang.String |
getErrorMessage()
エラーメッセージを取得します。 |
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DfvException(int errLevel,
int errCode,
java.lang.String errMsg)
errLevel - エラーレベルerrCode - エラーコードerrMsg - エラーメッセージ| メソッドの詳細 |
|---|
public int getErrorCode()
public int getErrorLevel()
public java.lang.String getErrorMessage()
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||