public static interface MiniPython.Client
Modifier and Type | Method and Description |
---|---|
void |
onError(MiniPython.ExecutionError error)
Called whenever there is an ExecutionError.
|
void |
print(String s)
Request to print a string
|
void print(String s) throws MiniPython.ExecutionError
s
- String to print. May or may not contain a trailing newline
depending on codeMiniPython.ExecutionError
- Throw this if you experience any issuesvoid onError(MiniPython.ExecutionError error)
error
- The instance that is about to be thrown