org.ashikunep.irenka.toolkit
クラス LiteralFormatException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.ashikunep.irenka.world.IrenkaSoftException
                  上位を拡張 org.ashikunep.irenka.toolkit.LiteralFormatException
すべての実装されたインタフェース:
Serializable

public class LiteralFormatException
extends IrenkaSoftException

Irenkaが発生させるチェックしない例外。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

LiteralFormatException

public LiteralFormatException()
インスタンスを生成する。


LiteralFormatException

public LiteralFormatException(String message,
                              Throwable cause)
インスタンスを生成する。

パラメータ:
message - メッセージ
cause - この例外の元となった例外

LiteralFormatException

public LiteralFormatException(String message)
インスタンスを生成する。

パラメータ:
message - メッセージ

LiteralFormatException

public LiteralFormatException(Throwable cause)
インスタンスを生成する。

パラメータ:
cause - この例外の元となった例外


Copyright 2007 the Seasar Foundation and the Others.