BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STReport

The standard error reporting mechanism for BlueSpray. Errors and other messages
typically appear as dialog boxes but can be rerouted to a console panel, a log file,
or a command line interface.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Static Functions

ReturnsFunctionThrows
boolean Error(Exception TheException)  
boolean Error(String Message,Throwable TheException)  

Static Functions


boolean Error(Exception TheException)  

Output the contents of an exception.

Parameters:
    TheException
Returns:


boolean Error(String Message,Throwable TheException)  

Output an Error with a message and an exception's information.

Parameters:
    Message - the message to display
    TheException - the exception that created the error
Returns: