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 が投げられます。
- バージョン:
- $Revision: 1.1.1.1 $ $Date: 2004/02/13 10:02:01 $
- 作成者:
- David Winterfeldt
- 関連項目:
- 直列化された形式
- 翻訳者:
- 日置 聡
| クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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