edu.ksu.cis.projects.bogor.module.throwable
Class IndexOutOfBoundsBogorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.ksu.cis.projects.bogor.module.throwable.BogorException
                  extended by edu.ksu.cis.projects.bogor.module.throwable.IndexOutOfBoundsBogorException
All Implemented Interfaces:
Disposable, Serializable

public class IndexOutOfBoundsBogorException
extends BogorException

Represents an index out of bounds exception in a model.

Version:
CVS $Revision: 1.2 $ $Date: 2004/02/25 02:40:37 $
Author:
Robby
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException
node
 
Constructor Summary
IndexOutOfBoundsBogorException()
           
 
Method Summary
 
Methods inherited from class edu.ksu.cis.projects.bogor.module.throwable.BogorException
dispose, getNode, setNode
 
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

IndexOutOfBoundsBogorException

public IndexOutOfBoundsBogorException()