n2n Page Rocket 1 API

n2n\core\err

­Exception­Handler

ExceptionHandler
author
Author: Andreas von Burg

Constant summary

Methods summary

Modifier and Type Method
public __construct ( bool developmentMode )
public setDetectStartupErrorsEnabled ( bool detectStartupErrorsEnabled )
public isDetectStartupErrorsEnabled ( )
public setDetectBadRequestsOnStartupEnabled ( bool detectBadRequestsOnStartup )
public isDetectBadRequestsOnStartupEnabled ( )
public setStrictAttitude ( bool strictAttitude )
public boolean isStrictAttitude ( )
public setLogDetailDirPath ( string dirPath , string filePerm )
public setLogMailRecipient ( string mailRecipient , string mailAddresser )
public setLogMailBufferDirPath ( string logMailBufferDirPath )
public setLogStatusExceptionsEnabled ( unknown logStatusExceptionsEnabled , array logExcludedHttpStatus )
public setLogger ( Logger logger )
public boolean errorOccurred ( )
public boolean isStable ( )
public ignoreNextTriggeredErrNo ( int errNo )
public getIgnoredErrorMessage ( )
public boolean handleTriggeredError ( string errno , string errstr , string errfile , string errline , unknown errcontext = null , unknown forceThrow = false )
public handleThrowable ( Throwable throwable , unknown logException = true , bool dispatchException = true )
public checkForStartupErrors ( )
public checkForFatalErrors ( )

Constants in detail

Methods in detail