Also defines the global utility bu_throw.
Licensed under the Academic Free License 1.2 http://www.opensource.org/licenses/academic.php
Namespaces | |
namespace | burst |
Functions | |
void | bu_throw (String msg) |
A convenience that does: throw burst.BurstError(msg) . | |
void | bu_unsupported (String funcname) |
A convenience to throw an exception indicating that a particular function is not supported in this environment. | |
void | bu_unimplemented (String funcname) |
A convenience to throw an exception indicating that the particular function is not yet implemented. |
|
A convenience that does:
This function has the benefit that you can do things like: |