|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.liq.container.util.ContainerException
jp.liq.container.vocabulary.ReflectorException
public class ReflectorException
Reflector が クラスのメンバを取得する際に発生する例外です。
| 入れ子のクラスの概要 | |
|---|---|
static class |
ReflectorException.Reason
メンバの取得に失敗した原因です。 |
| フィールドの概要 |
|---|
| クラス jp.liq.container.util.ContainerException から継承されたフィールド |
|---|
LS |
| コンストラクタの概要 | |
|---|---|
ReflectorException(java.lang.Class<?> ownerClass,
ReflectorException.Reason reason)
このクラスの新しいインスタンスを構築します。 |
|
ReflectorException(java.lang.Throwable cause,
java.lang.Class<?> ownerClass,
ReflectorException.Reason reason)
このクラスの新しいインスタンスを構築します。 |
|
| メソッドの概要 |
|---|
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ReflectorException(java.lang.Class<?> ownerClass,
ReflectorException.Reason reason)
ownerClass - 取得に失敗したメンバを保持するクラス。reason - 失敗の理由。
public ReflectorException(java.lang.Throwable cause,
java.lang.Class<?> ownerClass,
ReflectorException.Reason reason)
cause - 起因例外。ownerClass - 取得に失敗したメンバを保持するクラス。reason - 失敗の理由。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||