org.seasar.util.exception
クラス SNoSuchElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
org.seasar.util.exception.SNoSuchElementException
- すべての実装されたインタフェース:
- Serializable
public class SNoSuchElementException
- extends NoSuchElementException
NoSuchElementException
をラップする例外です。
- 作成者:
- wyukawa
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SNoSuchElementException
public SNoSuchElementException()
SNoSuchElementException
を作成します。
SNoSuchElementException
public SNoSuchElementException(String message)
SNoSuchElementException
を作成します。
- パラメータ:
message
- メッセージ
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.