public class SRuntimeException extends RuntimeException
| コンストラクタと説明 |
|---|
SRuntimeException(String messageCode)
SRuntimeExceptionを作成します。 |
SRuntimeException(String messageCode,
Object[] args)
SRuntimeExceptionを作成します。 |
SRuntimeException(String messageCode,
Object[] args,
Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object[] |
getArgs()
引数の配列を返します。
|
String |
getMessage() |
String |
getMessageCode()
メッセージコードを返します。
|
String |
getSimpleMessage()
メッセージコードなしの単純なメッセージを返します。
|
protected void |
setMessage(String message)
メッセージを設定します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SRuntimeException(String messageCode)
SRuntimeExceptionを作成します。messageCode - public SRuntimeException(String messageCode, Object[] args)
SRuntimeExceptionを作成します。messageCode - args - public final String getMessageCode()
public final Object[] getArgs()
public final String getMessage()
getMessage クラス内 Throwableprotected void setMessage(String message)
message - メッセージpublic final String getSimpleMessage()
Copyright © 2015 The DBFlute Project. All rights reserved.