src.backend.exception
クラス OutOfIndexException

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

public class OutOfIndexException
extends JUICEException

関連項目:
直列化された形式

フィールドの概要
static java.lang.String ERROR_MESSAGE
           
 
コンストラクタの概要
OutOfIndexException(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
関連項目:
定数フィールド値
コンストラクタの詳細

OutOfIndexException

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