cdx.scorebot.scoring.logic
Class TestUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cdx.scorebot.scoring.logic.LogicException
              extended by cdx.scorebot.scoring.logic.TestUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class TestUnavailableException
extends LogicException

thrown if the logic tries to access a test which hasn't been run yet

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
TestUnavailableException()
          creates an exception with the default message
TestUnavailableException(java.lang.String s)
          creates an Exception with the specified 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

TestUnavailableException

public TestUnavailableException()
creates an exception with the default message


TestUnavailableException

public TestUnavailableException(java.lang.String s)
creates an Exception with the specified message

Parameters:
s - Instantiates the error with passed error message.