cdx.scorebot.scoring.logic
Class IllegalMethodArgsException

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.IllegalMethodArgsException
All Implemented Interfaces:
java.io.Serializable

public class IllegalMethodArgsException
extends LogicException

thrown if the logic contains a call to a method which exists but not with the specified parameters

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
IllegalMethodArgsException()
          creates an exception with the default message
IllegalMethodArgsException(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

IllegalMethodArgsException

public IllegalMethodArgsException()
creates an exception with the default message


IllegalMethodArgsException

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

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