パッケージ com.handywedge.common
クラス FWRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.handywedge.common.FWRuntimeException
-
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
FWCipherException,FWMissingResourceException,FWPDFReportException,FWSessionTimeoutException
public class FWRuntimeException extends RuntimeException
全てのhandywedgeの非チェック例外クラスのスーパークラスです。- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWRuntimeException(String code, Object... args)FWRuntimeException(String code, Throwable cause, Object... args)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 StringgetErrorCode()StringgetMessage()-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
メソッドの詳細
-
getMessage
public String getMessage()
- オーバーライド:
getMessageクラス内Throwable
-
getErrorCode
public String getErrorCode()
-
-