ConceptException.ConceptException


public function ConceptException

Prototype:

public function ConceptException(NUMBER_DATA,STRING_DATA)

Parameters

NUMBER_DATA
the numeric part of the exception
STRING_DATA
the string part of the exception

Description:

This is the constructor of this class. It should not be called directly.

Return value:

Nothing

Example
	throw new ConceptException(0x01,"Exceptioooooooon !!!");