StandardExceptions Namespace Reference
[Exceptions and assertions]

Classes

class  ExcDivideByZero
class  ExcOutOfMemory
class  ExcMemoryLeak
class  ExcIO
class  ExcFileNotOpen
class  ExcNotImplemented
class  ExcInternalError
class  ExcPureFunctionCalled
class  ExcInvalidConstructorCall
class  ExcNotInitialized
class  ExcInvalidState
class  ExcImpossibleInDim
class  ExcZero
class  ExcEmptyObject
class  ExcDimensionMismatch
class  ExcDimensionMismatch2
class  ExcIndexRange
class  ExcLowerRange
class  ExcNotMultiple
class  ExcIteratorPastEnd
class  ExcMessage
class  ExcCompatibility
class  ExcScalarAssignmentOnlyForZeroValue
class  ExcNeedsBLAS
class  ExcNeedsLAPACK
class  ExcNeedsUMFPACK
class  ExcNeedsMETIS
class  ExcNeedsPETSC
class  ExcNeedsNetCDF
class  ExcDisabled

Detailed Description

Declare some exceptions that occur over and over. This way, you can simply use these exceptions, instead of having to declare them locally in your class. The namespace in which these exceptions are declared is later included into the global namespace by

 using namespace StandardExceptions;

deal.II documentation generated on Mon Nov 23 22:58:32 2009 by doxygen 1.6.1