com.esri.sde.sdk.geom
Class GeometryException.IndexOutOfBounds

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by com.esri.sde.sdk.geom.GeometryException.IndexOutOfBounds
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GeometryException

public static class GeometryException.IndexOutOfBounds
extends java.lang.IndexOutOfBoundsException

Since this is an indirect subclass of RuntimeException, it's instances are uncheck exceptions. Such exceptions need not be caught or thrown by callers of a method that throws one.

See Also:
Serialized Form

Constructor Summary
GeometryException.IndexOutOfBounds(java.lang.String s, Geometry g, int i)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryException.IndexOutOfBounds

public GeometryException.IndexOutOfBounds(java.lang.String s,
                                          Geometry g,
                                          int i)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable