stella.exception
Class MasterInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by stella.exception.MasterInitException
All Implemented Interfaces:
Serializable

public class MasterInitException
extends RuntimeException

An exception thrown if the initialization of the master mind program failes.

See Also:
Serialized Form

Constructor Summary
MasterInitException()
          Constructs a master init failure exception with no detail message.
MasterInitException(String s)
          Constructs a master init failure exception with the specified detail message.
 
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
 

Constructor Detail

MasterInitException

public MasterInitException()
Constructs a master init failure exception with no detail message.


MasterInitException

public MasterInitException(String s)
Constructs a master init failure exception with the specified detail message.