src.backend.exception
クラス OutOfEntriesIndexException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 src.backend.exception.JUICEException
              上位を拡張 src.backend.exception.OutOfEntriesIndexException
すべての実装されたインタフェース:
java.io.Serializable

public class OutOfEntriesIndexException
extends JUICEException

thrown when the index user want is out of entries

作成者:
hogepiyo
関連項目:
直列化された形式

フィールドの概要
static java.lang.String ERROR_MESSAGE
           
 
コンストラクタの概要
OutOfEntriesIndexException(int min, int max, int index)
           
 
メソッドの概要
 
クラス 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
 

フィールドの詳細

ERROR_MESSAGE

public static final java.lang.String ERROR_MESSAGE
関連項目:
定数フィールド値
コンストラクタの詳細

OutOfEntriesIndexException

public OutOfEntriesIndexException(int min,
                                  int max,
                                  int index)