com.russell_allen.smallworld
Class SmallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.russell_allen.smallworld.SmallException
All Implemented Interfaces:
java.io.Serializable

 class SmallException
extends java.lang.Exception


Field Summary
 SmallObject context
           
 
Constructor Summary
SmallException(java.lang.String gripe, SmallObject c)
           
 
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
 

Field Detail

context

public SmallObject context
Constructor Detail

SmallException

SmallException(java.lang.String gripe,
               SmallObject c)