jp.co.intra_mart.product.pdfmaker
クラス PDFRuntimeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.co.intra_mart.product.pdfmaker.PDFException
              上位を拡張 jp.co.intra_mart.product.pdfmaker.PDFRuntimeException
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
PDFMemoryAccessException

public class PDFRuntimeException
extends PDFException

モジュール実行時エラーを通知するための例外です。

セットアップが正しく行われていないなどの様々な原因に伴う 実行時エラー発生時にスローされます。

導入されたバージョン:
intra-mart PDF-Designer Version 3.2
作成者:
Hisanari.H(09/03,2001)
関連項目:
直列化された形式

コンストラクタの概要
PDFRuntimeException(int status, java.lang.String message)
          指定のステータス番号とメッセージで例外を作成します。
 
メソッドの概要
 
クラス jp.co.intra_mart.product.pdfmaker.PDFException から継承されたメソッド
statusCode
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PDFRuntimeException

public PDFRuntimeException(int status,
                           java.lang.String message)
指定のステータス番号とメッセージで例外を作成します。

ステータスコードは、このオブジェクトの statusCode メソッドから 取得できます。メッセージは、java.lang.Throwable クラスの getMessage メソッドから取得することができます。

パラメータ:
status - ステータスコード
message - メッセージ
関連項目:
Throwable.getMessage(), PDFException.statusCode()