java.util
クラス NoSuchElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
public class NoSuchElementException
- extends RuntimeException
NoSuchElementException は期待する要素が無い場合にスローされる例外です。
NoSuchElementException
public NoSuchElementException()
- 詳細メッセージの無い
NoSuchElementException を生成します。
NoSuchElementException
public NoSuchElementException(String message)
- 指定された詳細メッセージを保持する
NoSuchElementException を生成します。
- パラメータ:
message - 詳細メッセージ
Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential