org.ashikunep.irenka.world
クラス IrenkaException

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

public class IrenkaException
extends Exception

Irenkaが発生させるチェックする例外。

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

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

コンストラクタの詳細

IrenkaException

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


IrenkaException

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

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

IrenkaException

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

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

IrenkaException

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

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


Copyright 2007 the Seasar Foundation and the Others.