|
||||||||||
| 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.InvalidLValueException
public class InvalidLValueException
Thrown if the logic tries to assign a value to a literal, test result, test configuration option, or other invalid lvalue. Only variables are valid lvalues!
| Constructor Summary | |
|---|---|
InvalidLValueException()
creates an exception with the default message |
|
InvalidLValueException(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 InvalidLValueException()
public InvalidLValueException(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 | |||||||||