org.mtzky.reflect
クラス InvocationTargetRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mtzky.reflect.InvocationTargetRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class InvocationTargetRuntimeException
- extends RuntimeException
InvocationTargetException is a checked exception that wraps an exception
thrown by an invoked method or constructor.
- 導入されたバージョン:
- 0.1.1
- 作成者:
- mtzky
- 関連項目:
Method,
Constructor,
直列化された形式
| クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvocationTargetRuntimeException
public InvocationTargetRuntimeException(Throwable cause)
- パラメータ:
cause -
InvocationTargetRuntimeException
public InvocationTargetRuntimeException(String message,
Throwable cause)
- パラメータ:
message - cause -
Copyright (C) 2010-2011 Mtzky. AllRights Reserved.