Cinder  0.9.1
Public Member Functions | Protected Member Functions | List of all members
cinder::UrlLoadExc Class Reference

#include <Url.h>

Inherits cinder::Exception.

Public Member Functions

 UrlLoadExc (int statusCode, const std::string &message)
 
int statusCode () const
 
const char * what () const override throw ()
 

Protected Member Functions

void setDescription (const std::string &description)
 

Detailed Description

Exception for failed Url loading.

Constructor & Destructor Documentation

cinder::UrlLoadExc::UrlLoadExc ( int  statusCode,
const std::string &  message 
)

Member Function Documentation

int cinder::UrlLoadExc::statusCode ( ) const
const char* cinder::Exception::what ( ) const
throw (
)
overrideinherited
void cinder::Exception::setDescription ( const std::string &  description)
protectedinherited

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