ssdbms.manager.primitives
Class OutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.manager.SSDBManagerException
              extended byssdbms.manager.primitives.OutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class OutOfBoundsException
extends SSDBManagerException

OutOfBoundsException is thrown to indicate that it is trying to access an inavlid position of a datum.

Author:
Egar Arturo García Cárdenas
See Also:
Serialized Form

Constructor Summary
OutOfBoundsException()
          Constructs a OutOfBoundsException with no detail message.
OutOfBoundsException(java.lang.String msg)
          Constructs a OutOfBoundsException with a detailed message.
 
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

OutOfBoundsException

public OutOfBoundsException()
Constructs a OutOfBoundsException with no detail message.


OutOfBoundsException

public OutOfBoundsException(java.lang.String msg)
Constructs a OutOfBoundsException with a detailed message.