SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ArrayIndexOutOfBounds Class Reference

#include <ArrayIndexOutOfBounds.h>

Inheritance diagram for ArrayIndexOutOfBounds:
Exception

Public Member Functions

 ArrayIndexOutOfBounds (index_type value, index_type lower, index_type upper, const char *file, int line)
 
 ArrayIndexOutOfBounds (const ArrayIndexOutOfBounds &)
 
virtual ~ArrayIndexOutOfBounds () NOEXCEPT
 
virtual const char * message () const
 
virtual const char * type () const
 
- Public Member Functions inherited from Exception
 Exception ()
 
virtual ~Exception () NOEXCEPT
 
const char * stackTrace () const
 
const char * what () const throw ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Exception
static void sci_throw (const Exception &exc)
 
static bool alwaysFalse ()
 
- Protected Attributes inherited from Exception
const char * stacktrace_
 

Constructor & Destructor Documentation

ArrayIndexOutOfBounds ( index_type  value,
index_type  lower,
index_type  upper,
const char *  file,
int  line 
)
~ArrayIndexOutOfBounds ( )
virtual

Member Function Documentation

const char * message ( ) const
virtual

Implements Exception.

const char * type ( ) const
virtual

Implements Exception.


The documentation for this class was generated from the following files: