org.dbunitng.exception
クラス TestDataFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dbunitng.exception.DbUnitNGRuntimeException
org.dbunitng.exception.TestDataFileNotFoundException
- すべての実装されたインタフェース:
- java.io.Serializable
public class TestDataFileNotFoundException
- extends DbUnitNGRuntimeException
テストデータを記述したファイルが見つからない場合の例外。
- 作成者:
- jyukutyo
- 関連項目:
- 直列化された形式
クラス 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 |
TestDataFileNotFoundException
public TestDataFileNotFoundException()
TestDataFileNotFoundException
public TestDataFileNotFoundException(java.lang.String message)
TestDataFileNotFoundException
public TestDataFileNotFoundException(java.lang.String message,
java.lang.Throwable cause)
TestDataFileNotFoundException
public TestDataFileNotFoundException(java.lang.Throwable cause)