org.apache.commons.validator
クラス ValidatorException

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

public class ValidatorException
extends Exception
implements Serializable

Validator フレームワークの例外です。 Validator で妥当性チェック処理が行われた際に投げられた他の全ての Exception はエラーとみなされ、 ValidatorException が投げられます。

Exception for the Validator Framework. All other Exceptions thrown while the Validator's validate method is being called will be considered errors. A ValidatorException will be thrown.

バージョン:
$Revision: 1.1.1.1 $ $Date: 2004/02/13 10:02:01 $
作成者:
David Winterfeldt
関連項目:
直列化された形式
翻訳者:
日置 聡
翻訳状況:
中断(訳者募集中)
翻訳更新日:
2003/07/28

フィールドの概要
 
クラス java.lang.Exception から継承したフィールド
 
クラス java.lang.Throwable から継承したフィールド
 
コンストラクタの概要
ValidatorException()
          Constructs an Exception with no specified detail message.
ValidatorException(String message)
          Constructs an Exception with the specified detail message.
 
クラス 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
 

コンストラクタの詳細

ValidatorException

public ValidatorException()
Constructs an Exception with no specified detail message.


ValidatorException

public ValidatorException(String message)
Constructs an Exception with the specified detail message.

パラメータ:
message - The error message.


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