|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
okuyama.base.lang.BatchException
public class BatchException
Exceptionの共通クラス.
| コンストラクタの概要 | |
|---|---|
BatchException()
|
|
BatchException(java.lang.String message)
コンストラクタ |
|
BatchException(java.lang.String message,
java.lang.Throwable th)
コンストラクタ |
|
BatchException(java.lang.Throwable th)
コンストラクタ |
|
| メソッドの概要 |
|---|
| クラス 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 BatchException()
public BatchException(java.lang.String message)
message - 例外文字列
public BatchException(java.lang.String message,
java.lang.Throwable th)
message - 例外文字列th - 例外public BatchException(java.lang.Throwable th)
th - 例外
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||