PHP 인터페이스 AppserverIo\Appserver\ServletEngine\Utils\ErrorInterface

파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
getFile ( ) : integer Return's the name of the file where the error has been triggered.
getLine ( ) : integer Return's the line in the file where the error has been triggered.
getMessage ( ) : integer Return's the error message.
getStatusCode ( ) : integer Return's the HTTP status code that has to be send back with the response.
getType ( ) : integer Return's the error type.

메소드 상세

getFile() 공개 메소드

Return's the name of the file where the error has been triggered.
public getFile ( ) : integer
리턴 integer The filename

getLine() 공개 메소드

Return's the line in the file where the error has been triggered.
public getLine ( ) : integer
리턴 integer The line number

getMessage() 공개 메소드

Return's the error message.
public getMessage ( ) : integer
리턴 integer The error message

getStatusCode() 공개 메소드

Return's the HTTP status code that has to be send back with the response.
public getStatusCode ( ) : integer
리턴 integer The HTTP status code

getType() 공개 메소드

Return's the error type.
public getType ( ) : integer
리턴 integer The error type