ucar.ma2
Class InvalidRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.ma2.InvalidRangeException
All Implemented Interfaces:
Serializable

public class InvalidRangeException
extends Exception

Thrown if an attempt is made to use an invalid Range to index an array.

Author:
caron
See Also:
Serialized Form

Constructor Summary
InvalidRangeException()
           
InvalidRangeException(String s)
           
 
Method Summary
 
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

InvalidRangeException

public InvalidRangeException()

InvalidRangeException

public InvalidRangeException(String s)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.