C# Class Rakudo.Runtime.Exceptions.ExceptionDispatcher

Various bits of logic relating to exception dispatch.
Mostra file Open project: jnthn/6model

Public Methods

Method Description
CallHandler ( ThreadContext TC, RakudoObject Handler, RakudoObject ExceptionObject ) : RakudoObject

Invokes the specified exception handler with the given exception object.

DieFromUnhandledException ( ThreadContext TC, RakudoObject Exception ) : void

Dies from an unhandled exception.

Method Details

CallHandler() public static method

Invokes the specified exception handler with the given exception object.
public static CallHandler ( ThreadContext TC, RakudoObject Handler, RakudoObject ExceptionObject ) : RakudoObject
TC ThreadContext
Handler Rakudo.Metamodel.RakudoObject
ExceptionObject Rakudo.Metamodel.RakudoObject
return Rakudo.Metamodel.RakudoObject

DieFromUnhandledException() public static method

Dies from an unhandled exception.
public static DieFromUnhandledException ( ThreadContext TC, RakudoObject Exception ) : void
TC ThreadContext
Exception Rakudo.Metamodel.RakudoObject
return void