jumbo.euclid
Class BadSubscriptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IndexOutOfBoundsException
                          |
                          +--java.lang.ArrayIndexOutOfBoundsException
                                |
                                +--jumbo.euclid.BadSubscriptException

public class BadSubscriptException
extends java.lang.ArrayIndexOutOfBoundsException

checks array indices in (say) RealArray

See Also:
Serialized Form

Constructor Summary
BadSubscriptException()
           
BadSubscriptException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadSubscriptException

public BadSubscriptException()

BadSubscriptException

public BadSubscriptException(java.lang.String s)