stella.exception
Class MasterInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.