olua.app
Class ApplicationException

olua.lib.Object
└─ olua.lib.Exception
   └─ olua.app.ApplicationException

This exception is used to handle fatal errors from within an exception. It is thrown from olua.app.Application>>-run (or olua.app.ArgumentParser>>-parse:) and will be caught automatically and presented nicely to the user.
Constructor Summary
- initWith: newmessage
Initialise instance with a given message.
Method Detail

- initWith: newmessage

Initialise instance with a given message.

- toString