IMP logo
IMP Reference Guide  2.20.1
The Integrative Modeling Platform
IMP::ValueException Class Reference

An exception for an invalid value being passed to IMP. More...

#include <IMP/exception.h>

+ Inheritance diagram for IMP::ValueException:

Detailed Description

An exception for an invalid value being passed to IMP.

The equivalent Python type also derives from Python's ValueError.

Definition at line 136 of file exception.h.

Public Member Functions

 ValueException (const ValueException &)=default
 
 ValueException (const char *t)
 
ValueExceptionoperator= (const ValueException &)=default
 
- Public Member Functions inherited from IMP::Exception
 Exception (const Exception &)=default
 
 Exception (const char *message)
 
Exceptionoperator= (const Exception &)=default
 
const char * what () const noexcept
 

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