commons-wpoi
b2007062401

org.phosphoresce.commons.wpoi.exception
クラス PoiIOException

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

public class PoiIOException
extends java.lang.Exception

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

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

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

コンストラクタの詳細

PoiIOException

public PoiIOException()
コンストラクタ


PoiIOException

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

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

PoiIOException

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

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

PoiIOException

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

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

commons-wpoi
b2007062401