cdx.scorebot.scoring.logic
Class LogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cdx.scorebot.scoring.logic.LogicException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalMethodArgsException, IllegalOperandException, InvalidLValueException, RedefinedVariableException, TestUnavailableException, TypeMismatchException, UndefinedMethodException, UndefinedTestException, UndefinedTestOptionException, UndefinedTestResultException, UndefinedVariableException

public class LogicException
extends java.lang.Exception

an exception which occurs in the scoring logic

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
LogicException(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

LogicException

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

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