クラス 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)