|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.liq.container.util.ContainerException
jp.liq.container.util.InvocationException
public class InvocationException
リフレクション APIの操作中に発生した例外をラップする。
入れ子のクラスの概要 | |
---|---|
static class |
InvocationException.Reason
発生した例外の種別を示す。 |
フィールドの概要 |
---|
クラス jp.liq.container.util.ContainerException から継承されたフィールド |
---|
LS |
コンストラクタの概要 | |
---|---|
InvocationException(java.lang.Throwable cause,
Member target,
InvocationException.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 InvocationException(java.lang.Throwable cause, Member target, InvocationException.Reason reason)
cause
- 起因例外。target
- 例外を起こしたリフレクションAPI のラッパreason
- 例外の理由。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |