foo( a, b, c )
.
Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
The following features are supported:
This class represents a method call that has been or is expected to be made. It encapsulates the class that the call was made on, the method that was invoked and the arguments passed.
{@link LuaError} is used wherever a lua call to {@code error()} would be used within a script.
Since it is an unchecked exception inheriting from {@link RuntimeException}, Java method signatures do notdeclare this exception, althoug it can be thrown on almost any luaj Java operation. This is analagous to the fact that any lua script can throw a lua error at any time.
|
|