|
|
|
InvalidRegExPatternException ()
|
Constructor of the InvalidRegExPatternException class
Notes :
*/
|
|
|
|
InvalidRegExPatternException (character)
|
Constructor of the InvalidRegExPatternException class
Notes :
@param pcErrorString The error message describing the pattern problem
*/
|
|
|
|
InvalidRegExPatternException (character, integer)
|
Constructor of the InvalidRegExPatternException class
Notes :
@param pcErrorString The error message describing the pattern problem
@param piMessageNumber The error message number
*/
|
|
|
|
InvalidRegExPatternException (Error, character)
|
Constructor of the InvalidRegExPatternException class
Notes :
@param poInnerException The reference to the original error
@param pcErrorString The error message describing the pattern problem
*/
|