hgl 0.5.25
A compiler/interpreter suite for developing images
Classes
Exceptions

Overview of all exceptions. More...

Collaboration diagram for Exceptions:

Classes

class  HGL::Exception::AttachException
 Exception on type relation violations. More...
 
class  HGL::Exception::CloneNotSupportedException
 Exception if IType::clone isn't supported. More...
 
class  HGL::Exception::CorruptedInputException
 Exception if corrupted input was detected. More...
 
class  HGL::Exception::EncodingException
 Exception if encoding to or from UTF failed. More...
 
class  HGL::ImageOutput::ImageOutputException
 Exception thrown if there was an unrecoverable error.
 
class  HGL::Exception::InvalidExpressionException
 Exception if an expression is invalid. More...
 
class  HGL::Exception::IOException
 Exception if an I/O operation has failed. More...
 
class  HGL::Exception::LuaException
 Exception if an Lua call failed. More...
 
class  HGL::Exception::ParserException
 Exception if parsing has failed. More...
 
class  HGL::Exception::PoptExitException
 Exception to indicate that HGL has to successfully terminate after processing an command line argument.
 
class  HGL::Exception::ProjectFactoryException
 Exception if creating a type in the IProjectFactory failed. More...
 
class  HGL::Exception::ReferenceException
 Base exception for reference exceptions. More...
 
class  HGL::Exception::ReferenceNotFoundException
 Exception if a reference couldn't be found. More...
 
class  HGL::Exception::ReferenceRemoveException
 Exception if removing an reference has failed. More...
 
class  HGL::Exception::UnsupportedTypeException
 Exception if creating an type in the IProjectFactory isn't supported. More...
 
class  HGL::Exception::ZLibException
 Exception if en- or decoding with the zLib has failed. More...
 

Detailed Description

Overview of all exceptions.