feat.v1.view
クラス ExceptionView

java.lang.Object
  拡張feat.v1.View
      拡張feat.v1.view.ExceptionView

public class ExceptionView
extends View

例外のメッセージを表示するビュー。
一番目のパラメータ:メッセージを書き込むタグのID 二番目のパラメータ:メッセージのリソース名

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
ExceptionView()
           
 
メソッドの概要
 HTMLDocument format(HTMLDocument template, java.lang.String[] params, ContextAccessor acc)
           
 
クラス feat.v1.View から継承したメソッド
getStringResource, getViewDeclaration, setViewDeclaration
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExceptionView

public ExceptionView()
メソッドの詳細

format

public HTMLDocument format(HTMLDocument template,
                           java.lang.String[] params,
                           ContextAccessor acc)
                    throws NodeNotFoundException
定義:
クラス View 内の format
例外:
NodeNotFoundException