public class CannotLoadBeanClassException extends FatalBeanException
| コンストラクターと説明 |
|---|
CannotLoadBeanClassException(StringSE resourceDescription, StringSE beanName, StringSE beanClassName, ClassNotFoundExceptionSE cause) 新しい CannotLoadBeanClassException を作成します。 |
CannotLoadBeanClassException(StringSE resourceDescription, StringSE beanName, StringSE beanClassName, LinkageErrorSE cause) 新しい CannotLoadBeanClassException を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getBeanClassName() ロードしようとしたクラスの名前を返します。 |
StringSE | getBeanName() リクエストされた Bean の名前を返します。 |
StringSE | getResourceDescription()Bean 定義の元となったリソースの説明を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic CannotLoadBeanClassException(@Nullable StringSE resourceDescription, StringSE beanName, @Nullable StringSE beanClassName, ClassNotFoundExceptionSE cause)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 beanClassName - Bean クラスの名前 cause - 根本原因 public CannotLoadBeanClassException(@Nullable StringSE resourceDescription, StringSE beanName, @Nullable StringSE beanClassName, LinkageErrorSE cause)
resourceDescription - Bean 定義の元となったリソースの説明 beanName - リクエストされた Bean の名前 beanClassName - Bean クラスの名前 cause - 根本原因