org.apache.commons.lang
クラス IncompleteArgumentException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張java.lang.IllegalArgumentException
                  拡張org.apache.commons.lang.IncompleteArgumentException
すべての実装インタフェース:
Serializable

public class IncompleteArgumentException
extends IllegalArgumentException

メソッドへ渡された引数が不十分だった場合に投げられます。

Thrown to indicate an incomplete argument to a method.

導入されたバージョン:
2.0
バージョン:
$Id: IncompleteArgumentException.java,v 1.1.1.1 2004/02/13 10:02:05 hioki Exp $
作成者:
Matthew Hawthorne
関連項目:
直列化された形式
翻訳者:
日置 聡
翻訳状況:
初稿(校正者募集中)
翻訳更新日:
2003/09/04

コンストラクタの概要
IncompleteArgumentException(String argName)
          指定された記述内容でインスタンス化します。
IncompleteArgumentException(String argName, String[] items)
          指定された記述内容でインスタンス化します。
 
クラス 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
 

コンストラクタの詳細

IncompleteArgumentException

public IncompleteArgumentException(String argName)

指定された記述内容でインスタンス化します。

Instantiates with the specified description.

パラメータ:
argName - 不十分な引数の記述
a description of the incomplete argument

IncompleteArgumentException

public IncompleteArgumentException(String argName,
                                   String[] items)

指定された記述内容でインスタンス化します。

Instantiates with the specified description.

パラメータ:
argName - 不十分な引数の記述
a description of the incomplete argument
items - 足りない引数を記述した配列
an array describing the arguments missing


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation