unsw.cse.framescript
Class FSMicaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unsw.cse.framescript.FSException
              extended by unsw.cse.framescript.FSMicaException
All Implemented Interfaces:
java.io.Serializable

public class FSMicaException
extends FSException

An subclass of FSException used for wrapping MicaExceptions when using MicaBot.

Author:
mmcgill
See Also:
Serialized Form

Constructor Summary
FSMicaException(unsw.cse.mica.MicaException e)
           
 
Method Summary
 
Methods inherited from class unsw.cse.framescript.FSException
dumpStack, getMessage, setParentStackFrame
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FSMicaException

public FSMicaException(unsw.cse.mica.MicaException e)