org.ashikunep.irenka.hack
クラス IrenkaHackException

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

public class IrenkaHackException
extends IrenkaException

Hackの実行中に例外が発生したことを表す。

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

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

コンストラクタの詳細

IrenkaHackException

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


IrenkaHackException

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

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

IrenkaHackException

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

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

IrenkaHackException

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

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


Copyright 2007 the Seasar Foundation and the Others.