From 36a9647a9f57cb70a7748f702b174cd619c3ecbd Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:50:26 +0200 Subject: Release 4.0.1 tarball --- doc/html/classRtError.html | 56 +++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 25 deletions(-) (limited to 'doc/html/classRtError.html') diff --git a/doc/html/classRtError.html b/doc/html/classRtError.html index 244c52f..c68fa0a 100644 --- a/doc/html/classRtError.html +++ b/doc/html/classRtError.html @@ -17,25 +17,27 @@ List of all members. - - + +  +virtual const Type

Public Types

enum  Type {
-  UNSPECIFIED, -NO_DEVICES_FOUND, -INVALID_DEVICE, -MEMORY_ERROR, +
enum  Type {
+  WARNING, +DEBUG_WARNING, +UNSPECIFIED, +NO_DEVICES_FOUND,
-  INVALID_PARAMETER, -INVALID_USE, -DRIVER_ERROR, -SYSTEM_ERROR, +  INVALID_DEVICE, +MEMORY_ERROR, +INVALID_PARAMETER, +INVALID_USE,
-  THREAD_ERROR +  DRIVER_ERROR, +SYSTEM_ERROR, +THREAD_ERROR
}
 Defined RtError types. More...
 Defined RtError types. More...

Public Member Functions

RtError (const std::string &message, Type type=RtError::UNSPECIFIED) throw ()
RtError (const std::string &message, Type type=RtError::UNSPECIFIED) throw ()
 The constructor.
@@ -47,7 +49,7 @@ virtual void  Prints thrown error message to stderr.
-virtual const TypegetType (void) throw ()
getType (void) throw ()
 Returns the thrown error message type.
@@ -62,16 +64,16 @@ virtual const char * 

Detailed Description

Exception handling class for RtAudio & RtMidi.

-The RtError class is quite simple but it does allow errors to be "caught" by RtError::Type. See the RtAudio and RtMidi documentation to know which methods can throw an RtError. +The RtError class is quite simple but it does allow errors to be "caught" by RtError::Type. See the RtAudio and RtMidi documentation to know which methods can throw an RtError.


Member Enumeration Documentation

-

+

@@ -89,23 +91,27 @@ Defined RtError types.

Enumerator:
- +
enum RtError::Type enum RtError::Type
- + + - - - - - - - -
UNSPECIFIED  +
WARNING  +A non-critical error.
DEBUG_WARNING  +A non-critical error which might be useful for debugging.
UNSPECIFIED  The default, unspecified error type.
NO_DEVICES_FOUND  +
NO_DEVICES_FOUND  No devices found on system.
INVALID_DEVICE  +
INVALID_DEVICE  An invalid device ID was specified.
MEMORY_ERROR  +
MEMORY_ERROR  An error occured during memory allocation.
INVALID_PARAMETER  +
INVALID_PARAMETER  An invalid parameter was specified to a function.
INVALID_USE  +
INVALID_USE  The function was called incorrectly.
DRIVER_ERROR  +
DRIVER_ERROR  A system driver error occured.
SYSTEM_ERROR  +
SYSTEM_ERROR  A system error occured.
THREAD_ERROR  +
THREAD_ERROR  A thread error occured.
-- cgit v1.2.3