assignment6
Class ExplorerModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by assignment6.ExplorerModeException
All Implemented Interfaces:
java.io.Serializable

public class ExplorerModeException
extends java.lang.RuntimeException

Thrown if the naturalist attempts to collect animal while in explorer mode or if naturalist attempts to switch mode while not at ship.

See Also:
Serialized Form

Constructor Summary
ExplorerModeException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExplorerModeException

public ExplorerModeException(java.lang.String msg)