FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
Fiber::IsoException Struct Reference
Inheritance diagram for Fiber::IsoException:
std::exception

Public Types

enum  Code {
  NO_ISO_ERROR , NO_INPUT_COORDINATES , NO_INPUT_FIELD , NO_FRAGMENT_COORDINATES ,
  NO_SUPPORTED_DATATYPE , NO_FRAGMENT_OFFSET_FOR_GLOBAL_COORDINATES , UNDEFINED_ISO_ERROR
}
 

Public Member Functions

 IsoException (Code c)
 
const charwhat () const USE_NOEXCEPT override
 

Public Attributes

enum Fiber::IsoException::Code code
 

Member Function Documentation

◆ what()

const char * Fiber::IsoException::what ( ) const
overridevirtual

Reimplemented from std::exception.