public class HybsSystemException extends RuntimeException
コンストラクタと説明 |
---|
HybsSystemException()
詳細メッセージを指定しないで HybsSystemException を構築します。
|
HybsSystemException(String str)
指定された詳細メッセージを持つ HybsSystemException を構築します。
|
HybsSystemException(String str,
Throwable th)
指定されたオブジェクトを受け取る HybsSystemException を構築します。
|
HybsSystemException(Throwable th)
指定された詳細メッセージを持つ HybsSystemException を構築します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HybsSystemException()
public HybsSystemException(String str)
str
- 詳細メッセージpublic HybsSystemException(Throwable th)
th
- 例外Throwableオブジェクトpublic HybsSystemException(String str, Throwable th)
str
- 詳細メッセージth
- 例外ThrowableオブジェクトRuntimeException.RuntimeException(String,Throwable)
3.5.5.4 (2004/04/15) 引数を、RuntimeException(String , Throwable )にあわせます。 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.