Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaException Constructor

Initializes a PiaException, either from an integer, string, or another PiaException.

There are three versions of the PiaException constructor. The number can be specified, in which case the message is initialized with that number as a string. The message can be specified, in which case the number is set to zero. Or the number and message can be copied from another PiaException instance.

 
Name 
Description 
 
Sets the number to the specified value and initializes the message to "PiaException: number". 
 
Copies a PiaException
 
Sets the number to 0 and the message to the specified string.  
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!