magic-core
[ class tree: magic-core ] [ index: magic-core ] [ all elements ]

Class: MagicException

Source Location: /core/internal/exception/MagicException.php

Class Overview

Exception
   |
   --MagicException

フレームワークの実行時エラーです.


Author(s):

  • T.Okumura

Version:

  • 1.0.0

Methods


Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Class Details

[line 19]
フレームワークの実行時エラーです.

このエラーがスローされた場合は、フォルダ構成やファイルの有無、 各種設定を見直してください。




Tags:

author:  T.Okumura
version:  1.0.0
final:  


[ Top ]


Class Methods


constructor __construct [line 24]

MagicException __construct( string $message)

コンストラクタ.



Tags:

access:  public


Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

string   $message   エラーメッセージ

[ Top ]

method message [line 31]

string message( )

エラー内容を表示します.



Tags:

return:  エラー内容
access:  public


[ Top ]


Documentation generated on Fri, 16 Dec 2011 11:13:53 +0100 by phpDocumentor 1.4.3