library-wpoi
b2007093001

org.phosphoresce.library.wpoi.exception
クラス PoiException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張org.phosphoresce.library.wpoi.exception.PoiException
すべての実装インタフェース:
java.io.Serializable

public class PoiException
extends java.lang.Exception

POI制御による例外発生要因クラス。
POIの操作時による例外として認識する為にシステム例外クラスとは別途作成。

作成者:
last modified by: Kitagawa
LastUpdate: 2005/11/18
関連項目:
直列化された形式

コンストラクタの概要
PoiException()
          コンストラクタ
PoiException(java.lang.String message)
          コンストラクタ
PoiException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
PoiException(java.lang.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
 

コンストラクタの詳細

PoiException

public PoiException()
コンストラクタ


PoiException

public PoiException(java.lang.String message,
                    java.lang.Throwable cause)
コンストラクタ

パラメータ:
message - 例外メッセージ
cause - ルートケース

PoiException

public PoiException(java.lang.String message)
コンストラクタ

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

PoiException

public PoiException(java.lang.Throwable cause)
コンストラクタ

パラメータ:
cause - ルートケース

library-wpoi
b2007093001