org.guiceex.exception
クラス BindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.guiceex.exception.GuiceexException
org.guiceex.exception.BindException
- すべての実装されたインタフェース:
- Serializable
public class BindException
- extends GuiceexException
バインディング中に発生したエラーを報告するクラスのスーパークラスです。
- 作成者:
- matu◆AliceLAklI
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BindException
public BindException()
BindException
public BindException(String message)
- パラメータ:
message
-
BindException
public BindException(Throwable cause)
- パラメータ:
cause
-
BindException
public BindException(String message,
Throwable cause)
- パラメータ:
message
- cause
-
Copyright © 2007. All Rights Reserved.