public class ExecutionWrongArgCount extends ExecutionError
QUIT, UNDEF, VOID
Constructor and Description |
---|
ExecutionWrongArgCount(int expectedArgNr,
int givenArgNr) |
Modifier and Type | Method and Description |
---|---|
int |
getExpectedArgNr() |
int |
getGivenArgNr() |
java.lang.String |
getStringRepresentation()
Returns a user-readable string representation of this instance.
|
java.lang.String |
toString() |
getCallMetadata, getErrorKey, getMessage, hasCallMetadata, isStopExecution, setCallMetadata, setInputKey
getScriptConstantRepresentation
public ExecutionWrongArgCount(int expectedArgNr, int givenArgNr)
public int getExpectedArgNr()
public int getGivenArgNr()
public java.lang.String toString()
toString
in class ExecutionError
public java.lang.String getStringRepresentation()
ExecutionReturn
getStringRepresentation
in class ExecutionReturn