| IvyScriptCastException |
IvyScript exception thrown if an attempt is made for an impossible cast.
|
| IvyScriptConstructorInvocationException |
An IvyScript-Exception thrown if a called constructor throws an exception.
|
| IvyScriptConstructorNotFoundException |
Exception thrown by IvyScript if default initialization is not possible.
|
| IvyScriptFieldNotFoundException |
Exception thrown if it is tryed to access a non existing field.
|
| IvyScriptInitializationException |
Exception thrown by IvyScript if a constructor is not found.
|
| IvyScriptInvocationException |
An ivyScriptException thrown if a called Java-Function throws an exception.
|
| IvyScriptMethodInvocationException |
An IvyScript-Exception thrown if a called method throws an exception.
|
| IvyScriptVariableAlreadyDeclaredException |
Exception thrown if it is tryed to declare an
already declared variable in a context.
|
| IvyScriptVariableNotFoundException |
Exception thrown if it is tryed to access a non existing variable.
|