org.ashikunep.irenka.world
クラス IrenkaSoftException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.ashikunep.irenka.world.IrenkaSoftException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
IllegalGenericContextException, IrenkaIOException, LiteralFormatException, TypeCastException

public class IrenkaSoftException
extends RuntimeException

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

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

コンストラクタの概要
IrenkaSoftException()
          インスタンスを生成する。
IrenkaSoftException(String message)
          インスタンスを生成する。
IrenkaSoftException(String message, Throwable cause)
          インスタンスを生成する。
IrenkaSoftException(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
 

コンストラクタの詳細

IrenkaSoftException

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


IrenkaSoftException

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

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

IrenkaSoftException

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

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

IrenkaSoftException

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

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


Copyright 2007 the Seasar Foundation and the Others.