<?xml version="1.0" encoding="UTF-8"?>
<class xmlns="http://xml.phpdox.net/src" full="cymapgt\Exception\UserCredentialException" namespace="cymapgt\Exception" name="UserCredentialException" abstract="false" final="false" start="15" end="17">
<file path="/home/rhossis/NetBeansProjects/cymapgt/core/application/authentication/UserCredential/src/Exception" file="UserCredentialException.php" realpath="/home/rhossis/NetBeansProjects/cymapgt/core/application/authentication/UserCredential/src/Exception/UserCredentialException.php" size="364" time="2014-10-01T07:56:09+03:00" unixtime="1412139369" sha1="7ea32c23a024af21c1a629003e4029078e9dfc23" relative="Exception/UserCredentialException.php"/>
<docblock>
<description compact="UserCredentialException This is the exception class for the user credential service"/>
<category value="utility"/>
<package value="usercredential"/>
<copyright value="Copyright (c) 2014 CYMAP"/>
<author value="Cyril Ogana <cogana@gmail.com>"/>
</docblock>
<extends full="Exception" namespace="" name="Exception"/>
<parent full="Exception" namespace="" name="Exception">
<member name="message" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact="The exception message"/>
<var type="string"/>
</docblock>
</member>
<member name="code" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact="The exception code"/>
<var type="int"/>
</docblock>
</member>
<member name="file" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact="The filename where the exception was created"/>
<var type="string"/>
</docblock>
</member>
<member name="line" static="false" visibility="protected">
<default>null</default>
<docblock>
<description compact="The line where the exception was created"/>
<var type="int"/>
</docblock>
</member>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Construct the exception"/>
<return type="void"/>
</docblock>
<parameter name="message" optional="true" byreference="false" type="string"/>
<parameter name="code" optional="true" byreference="false" type="int"/>
<parameter name="previous" optional="true" byreference="false" type="object" class="Exception"/>
</constructor>
<method name="getMessage" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the Exception message"/>
<return type="string"/>
</docblock>
</method>
<method name="getPrevious" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Returns previous Exception"/>
<return type="Exception"/>
</docblock>
</method>
<method name="getCode" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the Exception code"/>
<return type="mixed"/>
</docblock>
</method>
<method name="getFile" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the file in which the exception occurred"/>
<return type="string"/>
</docblock>
</method>
<method name="getLine" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the line in which the exception occurred"/>
<return type="int"/>
</docblock>
</method>
<method name="getTrace" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the stack trace"/>
<return type="array"/>
</docblock>
</method>
<method name="getTraceAsString" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact="Gets the stack trace as a string"/>
<return type="string"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="String representation of the exception"/>
<return type="string"/>
</docblock>
</method>
</parent>
</class>
|