xplo.re Medusa Core Framework 3.1
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Exceptions

  • BadFunctionCall
  • BadMethodCall
  • Configuration
  • Delegate
  • HTTPHeaders
  • Inconsistency
  • InvalidArgument
  • InvalidClassName
  • InvalidDriver
  • IO
  • Loader
  • MissingParameter
  • MutationAttempt
  • OutOfBounds
  • Parameter
  • Remote
  • Runtime
  • Storage
  • Stream
  • UndefinedKey
  • UnexpectedValue
  • Unsupported

Class InvalidDriver

An exception thrown for an invalid driver name or instance. Occurs during a factory call with an invalid driver name or a missing driver chain.

Exception
Extended by Core\Exception
Extended by Core\Exception\InvalidArgument
Extended by Core\Exception\InvalidDriver
Namespace: Core\Exception
Package: Core\Exception
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Exception/InvalidDriver.inc.php

Methods summary

public
# __construct( string $message = '', integer $errorCode = 0, Exception $previous = null, array $context = null )

Initialises a new exception instance.

Initialises a new exception instance.

Parameters

$message
An optional short description on the reason for the exception.
$errorCode
An optional application-specific numeric error code.
$previous

An optional, previous related exception in a chain of exceptions. Used for debugging and error reports by including the full exception chain.

$context

Optional application-specific associative array of context information that is included in error reports.

Since

3.0

Overrides

Core\Exception\InvalidArgument::__construct

Methods inherited from Core\Exception

getContext()

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Core\Exception

$_context

Properties inherited from Exception

$code, $file, $line, $message

xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen