|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ashikunep.irenka.world.IrenkaSoftException
org.ashikunep.irenka.toolkit.LiteralFormatException
public class LiteralFormatException
Irenkaが発生させるチェックしない例外。
| コンストラクタの概要 | |
|---|---|
LiteralFormatException()
インスタンスを生成する。 |
|
LiteralFormatException(String message)
インスタンスを生成する。 |
|
LiteralFormatException(String message,
Throwable cause)
インスタンスを生成する。 |
|
LiteralFormatException(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 LiteralFormatException()
public LiteralFormatException(String message,
Throwable cause)
message - メッセージcause - この例外の元となった例外public LiteralFormatException(String message)
message - メッセージpublic LiteralFormatException(Throwable cause)
cause - この例外の元となった例外
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||