Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaException Class

Manages an exception in the piadata library.

PiaException
C++
class PiaException : public std::exception;

The exception could be created with a number, which could be used to look up an associated string in a string table. Alternatively, the exception could be created by a string, in which case the associated number is set to zero.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!