public class InvocationTargetRuntimeException extends SRuntimeException
InvocationTargetExceptionをラップする例外です。| コンストラクタと説明 |
|---|
InvocationTargetRuntimeException(Class targetClass,
InvocationTargetException cause)
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class |
getTargetClass()
ターゲットのクラスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvocationTargetRuntimeException(Class targetClass, InvocationTargetException cause)
targetClass - cause - public Class getTargetClass()
Copyright © 2015 The DBFlute Project. All rights reserved.