olua.lib
Class UnhandledMessageException

olua.lib.Object
└─ olua.lib.Exception
   └─ olua.lib.UnhandledMessageException

I am thrown by the Objective Lua runtime if olua.lib.Object>>-forwardInvocation: is called. This typically happens if someone calles a method on an object that is not expecting it.
Constructor Summary
- initWith: newmessage
Method Detail

- initWith: newmessage

- toString