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, setInputKeygetScriptConstantRepresentationpublic ExecutionWrongArgCount(int expectedArgNr,
int givenArgNr)
public int getExpectedArgNr()
public int getGivenArgNr()
public java.lang.String toString()
toString in class ExecutionErrorpublic java.lang.String getStringRepresentation()
ExecutionReturngetStringRepresentation in class ExecutionReturn