feat2
クラス FeatErrors

java.lang.Object
  拡張feat2.FeatErrors

public class FeatErrors
extends java.lang.Object


コンストラクタの概要
FeatErrors(ResourceManager resourceManager)
           
 
メソッドの概要
 void add(FeatError error)
           
 int count()
           
 FeatError[] getErrors(java.lang.Class type)
          指定された型のインスタンス(type.isInstance()でtrueになるオブジェクト)をすべて返す。
 FeatError[] getErrors(int errorLevel)
          指定されたエラーレベルのエラーを返す。
 ResourceManager getResourceManager()
           
 java.util.Iterator iterator()
          FeatErrorのリストを反復するイテレータを返す。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FeatErrors

public FeatErrors(ResourceManager resourceManager)
メソッドの詳細

getResourceManager

public ResourceManager getResourceManager()

count

public int count()

add

public void add(FeatError error)

iterator

public java.util.Iterator iterator()
FeatErrorのリストを反復するイテレータを返す。

戻り値:
Iterator

getErrors

public FeatError[] getErrors(java.lang.Class type)
指定された型のインスタンス(type.isInstance()でtrueになるオブジェクト)をすべて返す。

パラメータ:
type -
戻り値:

getErrors

public FeatError[] getErrors(int errorLevel)
指定されたエラーレベルのエラーを返す。

パラメータ:
errorLevel -
戻り値: