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

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
All Implemented Interfaces:
Disposable, Serializable
Direct Known Subclasses:
ArithmeticBogorException, AssertionBogorException, BadMonitorBogorException, CastBogorException, ExceptionThrownBogorException, ExtFailedBogorException, IllFormedModelBogorException, IndexOutOfBoundsBogorException, NullPointerBogorException, RangeBogorException

public class BogorException
extends RuntimeException
implements Disposable

Represents a Bogor exception.

Version:
CVS $Revision: 1.3 $ $Date: 2004/09/14 04:07:37 $
Author:
Robby
See Also:
Serialized Form

Field Summary
protected  Node node
           
 
Constructor Summary
BogorException()
           
 
Method Summary
 void dispose()
          Remove references.
 Node getNode()
           
 void setNode(Node newNode)
           
 
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
 

Field Detail

node

protected Node node
Constructor Detail

BogorException

public BogorException()
Method Detail

setNode

public void setNode(Node newNode)

getNode

public Node getNode()

dispose

public void dispose()
Description copied from interface: Disposable
Remove references. Once called, avoid using this object.

Specified by:
dispose in interface Disposable