クラス IllegalProductException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.enterprise.inject.InjectionException
-
- jakarta.enterprise.inject.IllegalProductException
- 実装されているすべてのインターフェース:
SerializableSE
public class IllegalProductException extends InjectionException
プロデューサーメソッドが null 値を返したか、プロデューサーフィールドに null 値が含まれていて、プロデューサーメソッドまたはフィールドのスコープが
Dependentではなかったことを示します。- 関連事項:
- 連載形式
コンストラクターの概要
コンストラクター コンストラクター 説明 IllegalProductException()IllegalProductException(StringSE message)IllegalProductException(StringSE message, ThrowableSE cause)IllegalProductException(ThrowableSE cause)
方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
IllegalProductException
public IllegalProductException()
IllegalProductException
public IllegalProductException(StringSE message, ThrowableSE cause)
IllegalProductException
public IllegalProductException(StringSE message)
IllegalProductException
public IllegalProductException(ThrowableSE cause)