Improve error reporting.

This commit is contained in:
James Roseborough
2007-12-06 15:29:49 +00:00
parent 8f581c8f07
commit 644896c467
16 changed files with 208 additions and 80 deletions

View File

@@ -109,7 +109,7 @@ public final class LuajavaLib extends LFunction {
}
break;
default:
luaUnsupportedOperation();
throw new LuaErrorException("not yet supported: "+this);
}
return false;
}