class ffw::ImageException

Class List > ffw :: ImageException

Inherits the following classes: runtime_error

Public Functions

Type Name
ImageException (const char * msg)
ImageException (const std::string & msg)

Public Static Functions

Type Name
static ImageException invalidFile ()
static ImageException invalidHeader ()
static ImageException invalidFormat ()
static ImageException invalidFileSize ()
static ImageException invalidWidthHeight ()
static ImageException unsupportedImageType ()

Public Functions Documentation

function ImageException (1/2)

ffw::ImageException::ImageException (
    const char * msg
)

function ImageException (2/2)

ffw::ImageException::ImageException (
    const std::string & msg
)

Public Static Functions Documentation

function invalidFile

static ImageException ffw::ImageException::invalidFile ()

function invalidHeader

static ImageException ffw::ImageException::invalidHeader ()

function invalidFormat

static ImageException ffw::ImageException::invalidFormat ()

function invalidFileSize

static ImageException ffw::ImageException::invalidFileSize ()

function invalidWidthHeight

static ImageException ffw::ImageException::invalidWidthHeight ()

function unsupportedImageType

static ImageException ffw::ImageException::unsupportedImageType ()

The documentation for this class was generated from the following file: include/ffw/media/exceptions.h