org.nodal.util
Class IndexBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.nodal.util.PropertyConstraintFailure
                  extended byorg.nodal.util.IndexBoundsException
All Implemented Interfaces:
java.io.Serializable

public class IndexBoundsException
extends PropertyConstraintFailure

Author:
Lee Iverson
See Also:
Serialized Form

Constructor Summary
IndexBoundsException(int i, int minimum, int maximum, java.lang.String msg)
           
 
Method Summary
 int getIndex()
           
 int getMax()
           
 int getMin()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexBoundsException

public IndexBoundsException(int i,
                            int minimum,
                            int maximum,
                            java.lang.String msg)
Method Detail

getIndex

public final int getIndex()

getMin

public final int getMin()

getMax

public final int getMax()