Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Exceptions.py File Reference

This file defines and implements the base exception class from which all exceptions in arena are derived. More...

Classes

class  Library.Base.Exceptions.AnException
 The base exception class used by nearly all other exceptions generated by arena. More...
 

Variables

string Library.Base.Exceptions.eStringRepresentation = "{displayName}: {message}\n"
 Determines how an exception will be represented as a string.
 
string Library.Base.Exceptions.eDefaultErrorMessage = "an error has occurred"
 The default error message.
 

Detailed Description

This file defines and implements the base exception class from which all exceptions in arena are derived.