aboutsummaryrefslogtreecommitdiff
path: root/Tools/MathematicaMisc/Errors.m
Commit message (Collapse)AuthorAge
* Errors.m: Don't try to print the stackIan Hinder2011-09-24
| | | This often leads to unmanageable output.
* Errors.m: Output objects in InputFormIan Hinder2011-09-18
|
* Rename debug level Quiet to DebugQuiet as Quiet has special meaning to ↵Ian Hinder2010-09-21
| | | | Mathematica
* Add SetDebugLevel to the context, and rename Full to InfoFullianhin2006-06-19
|
* Added functions to verify that objects have the correct type. Helpfulianhin2006-02-23
| | | | | | | in error checking the user's input and catching bugs as soon as possible. Also introduced the function InfoMessage to control the screen output that Kranc produces. The user can set the level of output required by SetDebugLevel with Quiet, Terse, Info or Full.
* Added KrancError function for throwing errors to be caught at topianhin2006-01-13
| | | | | | level. Removed printing of stack backtrace as it doesn't work. I have an email from Wolfram support with some advice on how to do stack backtraces; I will investigate soon.
* Initial versionianhin2005-08-26