Class: AuthenticationException

Source Location: /CORE/system/classes/exception/AuthenticationException.php

Class AuthenticationException

Class Overview

This represents a Authentication Exception.

Located in /CORE/system/classes/exception/AuthenticationException.php [line 38]

LogEntry
   |
   --CMSException
      |
      --CoreException
         |
         --AuthenticationException
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: AuthenticationException.php,v 1.4 2008/11/30 15:18:28 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From CoreException

CoreException::CoreException()
Creates a new Core Exception.
CoreException::getLayout()
Return the Layout Name these Errors are represented by.

Inherited From CMSException

CMSException::CMSException()
Creates a new CMSException.
CMSException::getCode()
Returns the Error Code.
CMSException::logException()
Returns whether this Error should write an Log Message or not.
CMSException::toString()

Inherited From LogEntry

LogEntry::LogEntry()
Creates a new LogEntry.
LogEntry::getFilename()
LogEntry::getLevel()
Returns the entries leveƶ.
LogEntry::getLinenum()
LogEntry::getMessage()
Returns the Error Message.
LogEntry::getNamespace()
Return the namespace or an empty string, if no namesapce is configured.
LogEntry::setFilename()
LogEntry::setLinenum()
LogEntry::setNamespace()
LogEntry::toString()

[ Top ]
Method Summary
AuthenticationException   AuthenticationException()   Creates a new AuthenticationException.

[ Top ]
Methods
Constructor AuthenticationException  [line 48]

  AuthenticationException AuthenticationException( int $code, String $message  )

Creates a new AuthenticationException.

Parameters:
int   $code:  the Error Code
String   $message:  the Error Message

API Tags:
Access:  public


[ Top ]