PHP 클래스 Prado\Exceptions\TException
TException is the base class for all PRADO exceptions.
TException provides the functionality of translating an error code
into a descriptive error message in a language that is preferred
by user browser. Additional parameters may be passed together with
the error code so that the translated message contains more detailed
information.
By default, TException looks for a message file by calling
{@link getErrorMessageFile()} method, which uses the "message-xx.txt"
file located under "System.Exceptions" folder, where "xx" is the
code of the user preferred language. If such a file is not found,
"message.txt" will be used instead.
파일 보기
프로젝트 열기: pradosoft/prado
1 사용 예제들
공개 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 상세
getErrorMessageFile()
보호된 메소드
setErrorMessage()
보호된 메소드
translateErrorMessage()
보호된 메소드
Translates an error code into an error message.
프로퍼티 상세
$_messageCache 정적으로 공개적으로 프로퍼티
static public $_messageCache |