|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cdx.scorebot.scoring.logic.LogicException
cdx.scorebot.scoring.logic.IllegalMethodArgsException
public class IllegalMethodArgsException
thrown if the logic contains a call to a method which exists but not with the specified parameters
| 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 |
|---|
public IllegalMethodArgsException()
public IllegalMethodArgsException(java.lang.String s)
s - Instantiates the error with passed error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||