|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stormcat.jvbeans.common.exception.StormcatRuntimeException
public class StormcatRuntimeException
StromcatのRuntime例外の基底となるクラスです。
コンストラクタの概要 | |
---|---|
StormcatRuntimeException(String message)
コンストラクタ |
|
StormcatRuntimeException(String message,
Throwable cause)
コンストラクタ |
|
StormcatRuntimeException(Throwable cause)
コンストラクタ |
メソッドの概要 |
---|
クラス 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 StormcatRuntimeException(String message, Throwable cause)
message
- メッセージcause
- Throwable
public StormcatRuntimeException(String message)
message
- メッセージpublic StormcatRuntimeException(Throwable cause)
cause
- Throwable
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |