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

#include <IllegalValue.h>

Inheritance diagram for IllegalValue< T >:
Exception

Public Member Functions

 IllegalValue (const std::string &, const T &value)
 
 IllegalValue (const IllegalValue &)
 
virtual ~IllegalValue () 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

IllegalValue ( const std::string &  message,
const T &  value 
)
IllegalValue ( const IllegalValue< T > &  copy)
~IllegalValue ( )
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 file: