パッケージ jakarta.validation
クラス UnexpectedTypeException
- java.lang.ObjectSE
- 
- java.lang.ThrowableSE
- 
- java.lang.ExceptionSE
- 
- java.lang.RuntimeExceptionSE
- 
- jakarta.validation.ValidationException
- 
- jakarta.validation.ConstraintDeclarationException
- 
- jakarta.validation.UnexpectedTypeException
 
 
 
 
 
 
- 実装されているすべてのインターフェース:
- SerializableSE
 - public class UnexpectedTypeException extends ConstraintDeclarationException 制約バリデーター解決が特定の型に適したバリデーターを決定できない場合に発生する例外。- 作成者:
- Hardy Ferentschik
- 関連事項:
- 連載形式
 
- コンストラクターの概要- コンストラクター - コンストラクター - 説明 - UnexpectedTypeException()- UnexpectedTypeException(StringSE message)- UnexpectedTypeException(StringSE message, ThrowableSE cause)- UnexpectedTypeException(ThrowableSE cause)
 - メソッドのサマリー- クラス java.lang.ThrowableSE から継承されたメソッド- addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
 
 
- コンストラクターの詳細- UnexpectedTypeException- public UnexpectedTypeException(StringSE message) 
 - UnexpectedTypeException- public UnexpectedTypeException() 
 - UnexpectedTypeException- public UnexpectedTypeException(StringSE message, ThrowableSE cause) 
 - UnexpectedTypeException- public UnexpectedTypeException(ThrowableSE cause)